@extends('admin.layouts.app') @section('title', 'Edit Brand') @section('content')

Edit Brand

Update brand details

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror

PNG, JPG up to 2MB

Cancel
@push('scripts') @endpush @endsection