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

Edit Customer

@csrf @method('PATCH')
@error('name') {{ $message }} @enderror
@endsection