@extends('layouts.app') @push('css') @endpush @section('content') @include('layouts.sidebar')

Order Managements

Cancel
@foreach ($orders as $item) @endforeach
Company Vehicle No Order Date Delivery Date Total Price Status Action
{{ $item->company->name ?? 'N/A' }} {{ $item->vehicle_no }} {{ $item->created_at }} {{ $item->delivery_date }} {{ $item->total_price }} View Edit Delete
Company Vehicle No Order Date Delivery Date Total Price Status Action
@include('layouts.footer') @push('js') @endpush @endsection