@extends('layouts.admin', ['title' => 'تامین کنندگان']) @section('content')
تامین کننده جدید بازگشت پرداختیهای بعدی
| تاریخ | کد | عنوان | مسئول | شماره تماس | نوع | وضعیت | بدهی | |
|---|---|---|---|---|---|---|---|---|
| {{ $item->created_at }} | {{ $item->coding }} | {{ $item->title }} | {{ $item->first_name . ' ' . $item->last_name }} | {{ $item->phone }} | {{ $item->unofficial ? 'غیررسمی' : 'رسمی' }} | {{ $item->active ? 'فعال' : 'غیرفعال' }} |
|
{{ number_format( $item->balance , 0, '', ',') }} |