@extends('layouts.app') @section('title', __('app.returns')) @section('content')
{{ __('app.returns_hint') }}
| {{ __('app.return_no') }} | {{ __('app.date') }} | {{ __('app.type') }} | IMEI | {{ __('app.mobile') }} | {{ __('app.party') }} | {{ __('app.amount') }} | {{ __('app.reason') }} | {{ __('app.action') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $r->return_no }} | {{ $r->return_date?->format('Y-m-d') }} | {{ __('app.'.$r->return_type) }} | {{ $r->mobile->imei_1 ?? '-' }} | {{ $r->mobile?->title() ?? '-' }} | {{ $r->supplier->name ?? $r->customer->name ?? '-' }} | {{ number_format($r->amount,2) }} {{ $r->currency }} | {{ $r->reason }} | {{ __('app.edit') }} |
| {{ __('app.no_records') }} | ||||||||