@extends('admin.layout.main') @section('admin')
Manage all branches and their information
| Branch | Type | Contact | Hours | Manager | Actions |
|---|---|---|---|---|---|
|
{{ $branch->name }}
{{ $branch->addressline1 }}
|
{{ $branch->branch_type_name }} |
{{ $branch->phone }}
{{ $branch->email }}
|
{{ $branch->opening_day }}
{{ $branch->opening_hour }}
|
@if($branch->user)
{{ strtoupper(substr($branch->user->name, 0, 1)) }}
{{ $branch->user->name }}
{{ $branch->user->role }}
|
|
|
No branches found Get started by creating your first branch |
|||||