@extends('public._layout') @php $page->title = 'Location'; @endphp @section('main-class', 'locations') @section('main')
@endsection @section('foot') @parent @vite(['resources/js/public/locations/location.js']) @endsection