{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')
@if (session('status')) {{-- Success Alert --}} @endif

Location Category List
View Location Category lists

@foreach ($locationCategories as $index => $locationCategory) @endforeach
Sl Category Name Status Remarks
{{$index+1}} {{$locationCategory->Name}} {{$locationCategory->IsActive}} N/A
{{-- --}} @endsection {{-- Scripts Section --}} @section('scripts') @endsection