@extends('admin.layouts.layout') @section('content')
| Serial | Branch Name | Division | Status |
Action
|
|---|---|---|---|---|
| {{ $rows->serial_no ?? '-' }} | {{ Str::limit($rows->branch_name, 50) }} | {{ $rows->division->name ?? 'N/A' }} |
@if ($rows->status == 1)
Active
@else
InActive
@endif
|