@extends('layouts.app') @section('breadcrumb') @stop @section('css') @stop @section('content')

{!! trans('messages.real_time') !!} {!! trans('messages.update').' | '.showDate(\Carbon\Carbon::today()) !!}
Refresh Timer |

@include('global.datatable',['table' => $table_data['tour-transaction-table']])
Legend:
In progress Officer still on patrol
Completed Route has been completed with all checkpoints scanned
Completed Route has been completed with some skipped points
Disrupted Patrolling was disrupted
@stop @section('js') @endsection