Order Id |
Order Date |
Service Name |
Company Name |
Company No |
Status |
Details |
@forelse ($expired_service as $index => $serviceList)
{{ $serviceList->order_id }} |
{{ \Carbon\Carbon::parse($serviceList->updated_at)->format('Y/m/d') }}
|
{{ $serviceList->service_name }} |
{{ $serviceList->company_name }} |
{{ $serviceList->company_number }} |
Expired
|
|
@empty
No Record Found. |
@endforelse
{{-- @if ($customer->hasPages()) --}}
{{-- @endif --}}
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@endsection
@section('scripts')
@include('admin.commonScript.script')
@endsection