@extends('adminlte::page') @section('title', 'New Court Date') @section('content_header')

New Court Date

@endsection @section('content')
@include('court_dates._form')
@endsection