@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_index', 'active') @section('content')

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

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