@extends('admin.layouts.app') @section('content')
@csrf

Edit Brand

@if($errors->has('brand_name'))
{{ $errors->first('brand_name') }}
@endif
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
@endsection