@extends('layouts.adminapp') @section('title') {{ __('lng.Company') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_company', 'open') @section('active_company_index', 'active') @section('content')

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

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