@extends('layouts.admin') {{trans('home.financial')}} @section('content')
@foreach($invoices as $invoice) @endforeach
{{trans('home.id')}} {{trans('home.client').' / '.trans('home.company')}} {{trans('home.invoice_number')}} {{trans('home.discount')}} {{trans('home.invoice_value')}} نوع الحساب حالة المتدرب {{trans('home.details')}}
{{ $invoice->id }} {{ $invoice->client?->name }} {{ $invoice->invoice_number }} {{ $invoice->discount??'-' }} {{ $invoice->invoice_value }} {{ __('home.'.$invoice->client?->type) }} {{ __('home.'.$invoice->invoice_status) }} {{trans('home.details')}}
@endsection @section('script') @endsection