@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

Summary Sheets



@foreach ($summary_sheets as $summary_sheet) @endforeach
No. Summary Sheet Number Reverse Summary
{{ $loop->index + 1 }}. {{ $summary_sheet->ref_no }} internal_waybills->count() < 1) onclick="event.preventDefault()" oncontextmenu="return false;" disabled @endif onclick="return confirm('Are you sure you want to reverse')">Reverse Summary
@endsection @section('more-scripts') @endsection