@extends('layouts.admin') @section('content')

@if ($user_single->image != "") profile Pic @else profile Pic @endif {{trans('auth.Authenticate Time of the offender')}} `{{ucfirst($user_single->fname)}} {{ucfirst($user_single->mname)}} {{ucfirst($user_single->lname)}}`

{{trans('auth.Please select any radio button for time authentication for offender')}} {{ucfirst($user_single->fname)}} {{ucfirst($user_single->mname)}} {{ucfirst($user_single->lname)}}
{{ csrf_field() }} @php $auth_time = ''; if(isset($check_auth_time->auth_time) && $check_auth_time->auth_time!="") { $auth_time = $check_auth_time->auth_time; } @endphp
Back
@endsection