@extends('layouts.app') @section('content') @php($base = array_merge(['type'=>'stock'], request()->query()))
{{ __('app.report_filter_hint') }}
| IMEI | {{ __('app.mobile') }} | {{ __('app.condition') }} | {{ __('app.source') }} | {{ __('app.status') }} | {{ __('app.cost') }} | {{ __('app.sale_price') }} |
|---|---|---|---|---|---|---|
| {{ $m->imei_1 }} | {{ $m->brand->name ?? '' }} {{ $m->model->name ?? '' }} | {{ __('app.'.$m->condition_status) }} | {{ __('app.'.$m->source_type) }} | {{ __('app.'.$m->stock_status) }} | {{ number_format($m->total_cost,2) }} | {{ number_format($m->sale_price,2) }} |
| {{ __('app.no_records') }} | ||||||