@extends('layouts.app') @section('title') Branches @endsection @section('content')
| Name | Address | Phone | Status | Actions | |
|---|---|---|---|---|---|
| {{ $branch->name }} | {{ $branch->address }} | {{ $branch->phone }} | {{ $branch->email }} | @if($branch->is_active) Active @else Inactive @endif | View @can('edit_branches') Edit @endcan @can('delete_branches') @endcan |
| No branches found. | |||||