@extends('admin.layouts.app') @section('title', 'مدیریت باربریها') @section('content')
| نام باربری | نوع | شماره تماس | شهر | دستهبندی خودرو | وضعیت | تاریخ ثبت | عملیات |
|---|---|---|---|---|---|---|---|
| {{ $company->company_name }} | {{ $company->entity_type_label }} | {{ $company->phone }} | {{ $company->city ?? '-' }} | {{ Str::limit($company->vehicle_categories_string, 30) }} | {{ $company->status_label }} | {{ $company->created_at->format('Y/m/d') }} |