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

Edit Company

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