@extends('layout.app') @section('title') Dashboard @endsection @push('css') @endpush @section('content')

Track Locations

@endsection @php $store_locations = isset($store_locations) ? $store_locations : null; $user_locations = isset($user_locations) ? $user_locations : null; @endphp @push('scripts') @endpush