@extends('layouts.admin.base-dashboard') @section('title', 'Edit Brand') @section('content')
@csrf @method('PATCH')
Edit Brand
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@endsection @push('script') @endpush