@extends('layouts.admin') @section('title', 'Company | Mintavia Admin') @section('content')

Add Company

@csrf

@error('brand') {{ $message }} @enderror
@endsection @section('js') @endsection