@extends('layouts.adminapp') @section('title') {{__('lng.CompanyType')}} - {{__('lng.Edit')}} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_company', 'open') @section('active_company', 'active') @section('active_company_type', 'active') @section('content')

{{__('lng.CompanyType')}}

@csrf @method('patch')
{{__('lng.EditCompanyTypes')}}
@error('title')
{{ $message }}
@enderror
@endsection