#{{ $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
|
@endforeach