@extends('layouts.admin-layout') @section('title', 'All Locations ') @section('content')

Location

@foreach ($get_locations as $location) @endforeach
S.N. Location Name Location slug Action
{{ $loop->iteration }} {{ $location->title ?: '' }} {{ $location->slug ?: '' }}
@endsection @section('script') @endsection