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

Unit Locations Maps

@endsection @push('scripts') @endpush