@extends('adminlte::page') @section('title', 'Create Bail Application') @section('content_header')

Create Bail Application

Back to List
@stop @section('content')
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Application Details

Bail Conditions

@if(old('condition_type')) @foreach(old('condition_type') as $key => $type)
@endforeach @else
@endif

Surety Information

Cancel
@stop @section('css') @stop @section('js') @stop