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

OPERATIONS MANAGEMENT SYSTEM

bush_waybills


@foreach ($bush_waybills as $bush_waybill) @endforeach
No. bush Waybill Number bush waybill Date Station Grade Category No. of Bags EDIT
{{ $loop->index + 1 }} {{ $bush_waybill->bush_waybill_no }} {{ $bush_waybill->bush_waybill_date }} {{ optional($bush_waybill->station)->station_name }} {{ $bush_waybill->bush_grade }} {{ optional(App\Model\category::find($bush_waybill->category_id))->name }} {{ $bush_waybill->bush_no_of_bags }} EDIT
No. bush Waybill Number bush waybill Date Station Grade Category No. of Bags EDIT
@endsection @section('more-scripts') @endsection