@extends('merchant.layout') @section('title','Branches') @section('content')
| # | Branch Name | Location | Status | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $branch->name }} | {{ $branch->location }} | {{ $branch->status ?? 'Active' }} | {{-- Edit --}} {{-- Delete --}} |
| No branches found | ||||