@extends('layouts.app') @section('title', 'Locations') @section('header_title', 'Branch Locations') @section('content')
| Branch Name | City | State | Status | @hasrole('Super Admin')Actions | @endhasrole
|---|---|---|---|---|
| {{ $location->name }} | {{ $location->city }} | {{ $location->state }} | @if($location->is_active) Active @else Inactive @endif | @hasrole('Super Admin')@endhasrole |