@extends('layouts.app') @section('title', 'Create Client Type') @section('content')

Create New Client Type

Add a new client type to the system

Client Type Information
@csrf
Basic Information
@error('name')
{{ $message }}
@enderror
Additional Details
@error('description')
{{ $message }}
@enderror
Cancel
@section('styles') @endsection @endsection