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

{{ $page_title }}

@csrf
@if ($errors->has('registration_id')) {{ $errors->first('registration_id') }} @endif
@if ($errors->has('discussion_date')) {{ $errors->first('discussion_date') }} @endif
offender_demand_reveal === 'yes' ? 'checked' : '' }}>
offender_demand_reveal === 'no' ? 'checked' : '' }}>
@if ($errors->has('offender_demand_reveal')) {{ $errors->first('offender_demand_reveal') }} @endif
@if ($errors->has('applicant_willing_to_pay')) {{ $errors->first('applicant_willing_to_pay') }} @endif
@if ($errors->has('reason_to_disagreement')) {{ $errors->first('reason_to_disagreement') }} @endif
@endsection