@extends('admin.layouts.master')
@section('title', __('lang.offices'))
@section('content')
| {{ __('lang.office_name') }} | {{ __('lang.phone') }} | {{ __('lang.email') }} | {{ __('lang.city') }} | {{ __('lang.status') }} | {{ __('lang.actions') }} |
|---|---|---|---|---|---|
| {{ $office->name }} | {{ $office->phone ?: '—' }} | {{ $office->email ?: '—' }} | {{ $office->city?->name_ar ?? '—' }} |
|
|
| {{ __('lang.no_offices_yet') }} | |||||