@extends('layouts.admin') @section('title', 'Branches') @section('page-title', 'Branches') @section('content')
Manage your shop branches.
@can('create branches') Add Branch @endcan| Name | Code | Phone | Manager | Status | Actions |
|---|---|---|---|---|---|
| {{ $branch->name }} | {{ $branch->code }} | {{ $branch->phone ?? '—' }} | {{ $branch->manager?->name ?? '—' }} | {{ $branch->status }} | @can('view branches') View @endcan @can('edit branches') Edit @endcan @can('delete branches') @endcan |
| No branches yet. | |||||