@extends('admin.layouts.app') @section('title', 'جزئیات باربری') @section('content')
{{ $freightCompany->status_label }} {{ $freightCompany->entity_type_label }}
@if($freightCompany->rejection_reason)| نام باربری: | {{ $freightCompany->company_name }} |
|---|---|
| شماره تماس: | {{ $freightCompany->phone }} |
| نوع: | {{ $freightCompany->entity_type_label }} |
| دستهبندی خودرو: | {{ $freightCompany->vehicle_categories_string }} |
| تاریخ ثبت: | {{ $freightCompany->created_at->format('Y/m/d H:i') }} |
| استان: | {{ $freightCompany->province ?? '-' }} |
|---|---|
| شهر: | {{ $freightCompany->city ?? '-' }} |
| کد پستی: | {{ $freightCompany->postal_code ?? '-' }} |
| تلفن ثابت: | {{ $freightCompany->landline ?? '-' }} |
| آدرس: | {{ $freightCompany->address ?? '-' }} |
{{ $freightCompany->company_description }}