@extends('layouts.admin') @section('title', 'Edit Product') @section('content')
@csrf @method('PATCH')
@foreach($brand as $values) @endforeach
@error('description')
{{ $message }}
@enderror
@endsection