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

Location List
View Location lists

@foreach ($locations as $index => $location) @endforeach
Sl Location Name Location Type Parent Status Remarks Update
{{$index+1}} {{$location->locationName}} {{$location->locationCategoryName}} {{$location->ParentRouteName}} {{$location->IsActive}} {{$location->Remarks}} locationId)}}" class="btn btn-sm btn-default btn-text-primary btn-hover-primary btn-icon mr-2" title="Edit Order">
{{-- --}} @endsection {{-- Scripts Section --}} @section('scripts') @endsection