@extends('layouts.app') @section('content') @php($base = array_merge(['type'=>'profit'], request()->query()))
{{ __('app.profit_report_hint') }}
| {{ __('app.invoice') }} | {{ __('app.date') }} | {{ __('app.mobile') }} | IMEI | {{ __('app.cost') }} | {{ __('app.sale_price') }} | {{ __('app.profit') }} |
|---|---|---|---|---|---|---|
| {{ $r->invoice_no }} | {{ \Illuminate\Support\Carbon::parse($r->sale_date)->format('Y-m-d') }} | {{ $r->brand }} {{ $r->model }} | {{ $r->imei_1 }} | {{ number_format($r->total_cost,2) }} | {{ number_format($r->sale_total,2) }} | {{ number_format($r->profit,2) }} |
| {{ __('app.no_records') }} | ||||||