@extends('layouts.app') @section('title', __('app.dashboard')) @section('content')
{{ __('app.dashboard_subtitle') }}
| {{ __('app.invoice') }} | {{ __('app.customer') }} | {{ __('app.total') }} |
|---|---|---|
| {{ $s->invoice_no }} | {{ $s->walk_in_customer_name ?: ($s->customer->name ?? '-') }} | {{ number_format($s->total,2) }} |
| {{ __('app.no_records') }} | ||
| IMEI | {{ __('app.mobile') }} | {{ __('app.status') }} |
|---|---|---|
| {{ $m->imei_1 }} | {{ $m->title() }} | {{ __('app.'.$m->stock_status) }} |
| {{ __('app.no_records') }} | ||