@extends('layouts.master') @section('content')
Branch ID | Name | Address | Contact Info | Status | Actions |
---|---|---|---|---|---|
{{ $branch->id }} | {{ $branch->branch_name }} | {{ $branch->address }} | {{ $branch->contact_info }} | {!! getStatus($branch->status) !!} | {{-- View Edit --}} @can('academic.branches.edit') @endcan @can('academic.branches.delete') @endcan |