@extends('Admin.Layout.main') @section('title', 'لیست کارخانه داران') @section('header', 'لیست کارخانه داران') @section('content')
| ردیف | نام و نام خانوادگی | شماره تلفن | ایمیل | نام شرکت | آدرس شرکت | نوع طرح | دیماند | تعداد شیفت کاری | اجاره ماهیانه زمین (ریال) | 
|---|---|---|---|---|---|---|---|---|---|
| 1 | {{ $factoryOwner->full_name }} | {{ $factoryOwner->phone }} | {{ $factoryOwner->email ?? "-" }} | {{ $factoryOwner->company_name ?? "-" }} | {{ $factoryOwner->company_address?? "-" }} | بر اساس {{ $factoryOwner->plan->toPersianString() }} | {{ $specification->demanded }} | {{ $specification->work_shifts }} | {{ $specification->rent ? number_format($specification->rent) : '-' }} |