@extends('master') @section('content')
@include('admin.layout.breadcrumbs', [ 'title' => __('Edit Organization Type'), 'headerData' => __('Organization Type') , 'url' => 'organization-type' , ])

{{__('Edit Organization Type')}}

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@endsection