@extends('layouts.master') @section('title', 'Edit Court Type - Prolex Law Firm') @section('content')

Edit Court Type

@csrf @method('PUT')
@error('type_name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Back to Court Details
@csrf @method('DELETE')
@endsection