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

{{ $page_title }}

@csrf
@if ($errors->has('registration_id')) {{ $errors->first('registration_id') }} @endif
@if ($errors->has('release_agreement_date')) {{ $errors->first('release_agreement_date') }} @endif
issue_in_court == 0) checked @endif /> issue_in_court == 1) checked @endif />
@if ($errors->has('issue_in_court')) {{ $errors->first('issue_in_court') }} @endif
agreement_applied_status == 0) checked @endif autocomplete="off" /> agreement_applied_status == 1) checked @endif autocomplete="off" />
@if ($errors->has('agreement_applied_status')) {{ $errors->first('agreement_applied_status') }} @endif
{{-- ////// --}}
release_criteria == 0) checked @endif autocomplete="off" checked /> release_criteria == 1) checked @endif autocomplete="off" />
@if ($errors->has('release_criteria')) {{ $errors->first('release_criteria') }} @endif
release_criteria == 1) style="display: none;" @endif>
release_criteria == 0) style="display: none;" @endif>
@foreach ($release->applicantRecive as $recive)
{{-- FOR KITTA --}}
@endforeach
@foreach ($release->offenderRefund as $offender)
{{-- FOR KITTA --}}
@endforeach
@if ($errors->has('remarks')) {{ $errors->first('remarks') }} @endif
{{-- --}} @endsection