@extends('layouts.admin', ['title' => 'تامین کنندگان']) @section('content')

مدیریت تامین کنندگان @if($search) بازگشت @endif


تامین کننده جدید بازگشت پرداختی‌های بعدی

@if(count($data)==0) @else @foreach($data as $item) @endforeach
تاریخ کد عنوان مسئول شماره تماس نوع وضعیت بدهی‌
{{ $item->created_at }} {{ $item->coding }} {{ $item->title }} {{ $item->first_name . ' ' . $item->last_name }} {{ $item->phone }} {{ $item->unofficial ? 'غیررسمی' : 'رسمی' }} {{ $item->active ? 'فعال' : 'غیرفعال' }} {{ number_format( $item->balance , 0, '', ',') }}
{!! $data->withQueryString()->render(); !!}
@endif
@stop @section('javascript') @endsection