@php
$title = __('Live Location');
@endphp
@extends('layouts/layoutMaster')
@section('title', $title)
@section('vendor-style')
@vite(['resources/assets/vendor/libs/sweetalert2/sweetalert2.scss'])
@endsection
@section('vendor-script')
@vite(['resources/assets/vendor/libs/sweetalert2/sweetalert2.js'])
@endsection
@section('page-style')
@endsection
@section('content')
{{-- Breadcrumb --}}
{{ __('No employees have shared their location yet.') }}
{{ __('Loading map data...') }}