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