@extends('admin.layouts.admin') @section('title', 'Branches - SIVILIMA Admin') @section('breadcrumb_title', 'Branches') @section('breadcrumb')
| # | Name | Address | Phone | Hours | Order | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $branch->name }} | {{ Str::limit($branch->address, 30) }} | {{ $branch->phone }} | {{ $branch->hours }} | {{ $branch->sort_order }} | @if($branch->is_active)Active@elseInactive@endif |
|
| No branches yet. | |||||||