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

Edit Client Type

Update client type information

Client Type Information
@csrf @method('PUT')
Basic Information
@error('name')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>
Additional Details
@error('description')
{{ $message }}
@enderror
Cancel
@section('styles') @endsection @endsection