@extends('admin.layouts.master') @section('title', 'Order list') @section('content')
Filter Orders
@csrf
to
List of Orders
@include('admin.today-dashboard.partial.list', [ 'orders' => $orders, ])
{{ __('ID') }} {{ __('Date') }} {{ __('User') }} {{ __('Company') }} {{ __('Total') }} {{ __('Approval') }} {{ __('Delivery') }} {{ __('Payment') }} {{ __('Actions') }}
@endsection @section('js') @endsection