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