@extends('administrator.layout') @section('admintitle', 'Home') @section('content')
{{ __('text.total') }} {{ __('text.product') }}
{{ __('text.total') }} {{ __('text.customer') }}
{{ __('text.total') }} {{ __('text.order') }}
{{ __('text.total') }} {{ __('text.earning') }}
| Sno. | {{ __('text.date') }} | {{ __('text.invoice') }} | {{ __('text.customer') }} | {{ __('text.amount') }} | {{ __('text.status') }} | {{ __('text.action') }} |
|---|---|---|---|---|---|---|
| {{ $index+1 }} | {{ $order->date_added }} | {{ $order->invoice_id }} | {{ $order->first_name }} {{ $order->last_name }} | {{ $symbol }}{{ $order->price }} | @if($order->status==1) {{ __('text.complete') }} @else {{ __('text.pending') }} @endif | {{ __('text.detail') }} |
| {{ __('text.no_records_found') }} | ||||||