@extends('layouts.app', ['activePage' => 'listCompany', 'titlePage' => __('Add Company')]) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

Add New Company

@csrf


{{ __('Back') }}

@endsection