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

Edit Brand

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