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

Edit Court Type

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