@extends('layouts/layout')
@section('title', 'Completed Tasks')
@push('style')
@endpush
@section('content')
@if ($message = Session::get('success'))
@include('sweetalert::alert')
@endif
Completed Tasks In Activity
Guard Name - {{$guard_patrollings[0]->name}}
Activity Name - {{$guard_patrollings[0]->qr_for_post}}
From Time - {{date('h:i:s a', strtotime($guard_patrollings[0]->created_at))}}
Till Time - {{date('h:i:s a', strtotime($guard_patrollings[0]->End_Time))}}
@endsection
@push('scripts')
@endpush