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