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