@extends('panel.layouts.main') @section('content')
{{--
--}}
{{-- --}}
{{--
--}}
فاکتور جدید
{{-- تعداد: {{ empty($request->factor_code) empty($request->customer_code) ? : count($factors) }}
--}}
انتخاب شده
@foreach($factors as $b) @endforeach
شماره فاکتور شرکت مشتری مبلغ کل
#{{ $b->id }} {{ $b->company }} {{ \App\Models\customers::find($b->customer_id)->name }} {{ number_format(\App\Models\factors::kol($b->id)) . " ریال" }} {{ \Hekmatinasser\Verta\Verta::instance($b->date)->format("Y/m/d") }} @if(auth::user()->company == $b->company) @endif
@endsection @section("script") @endsection