@extends('layouts/layout') @section('title', 'Unit Locations') @push('style') @endpush @section('content') @if ($message = Session::get('success')) @include('sweetalert::alert') @endif

Track Locations Map

@csrf
@endsection @push('scripts') @endpush