@extends('panel.layouts.main') @section('content')
شماره پیش فاکتور | شرکت | مشتری | مبلغ کل | ||
---|---|---|---|---|---|
#{{ $b->id }} | {{ $b->company }} | {{ $b->customer }} | {{ number_format(\App\Models\pishFactors::kol($b->id)) . " ریال" }} | {{ \Hekmatinasser\Verta\Verta::instance($b->date)->format("Y/m/d") }} | @if(\Illuminate\Support\Facades\Auth::user()->company == $b->company) تبدیل به فاکتور @endif |