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

OPERATIONS MANAGEMENT SYSTEM

CTORS


@include('includes.messages')
{{ csrf_field() }} {{ method_field('POST') }}











@foreach ($ctors as $ctor) @endforeach
No. CTOR Number CTOR Date Region Category LBC Edit Add Waybill(s) View Waybill(s)
{{ $loop->index + 1 }}. {{ $ctor->ctor_number }} {{ $ctor->ctor_date }} {{ $ctor->region->name }} {{ optional($ctor->category)->name }} {{ $ctor->lbc->name }} internal_waybills->count() > 0) onclick="event.preventDefault();" disabled @endif>EDIT CTOR ADD WAYBILL(S) VIEW WAYBILL(S)
@endsection @section('more-scripts') @endsection