@extends('layouts.app') @section('title', 'Branches') @section('content')
| # | Code | Name | Company | City | Phone | Status | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $b->code }} | {{ $b->name }} | {{ $b->company->name ?? '-' }} | {{ $b->city->name ?? '-' }} | {{ $b->phone ?? '-' }} | {{ $b->email ?? '-' }} | {{ ucfirst($b->status) }} |
|
No branches found | ||||||||