@extends('layouts.adminapp') @section('title') {{__('lng.CompanyType')}} - {{__('lng.Create')}} @endsection @section('active_registration','active') @section('open_registration','open') @section('open_companytype_create','open') @section('active_companytype_create','active') @section('content')

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

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