@extends('layouts.app', ['activePage' => 'CompanyCategory', 'titlePage' => __('Settings')]) @section('content')
@csrf @method('post')

{{ __('Add Company Type') }}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection