@extends('layouts.admin') @section('title', 'Brand Create') @section('content') @component('admin.dashboard.breadcumb') @endcomponent
Create Brand
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection