@extends('layouts.app_admin') @section('content')
{{ csrf_field() }}
@if ($errors->has('brand_name')) {{ $errors->first('brand_name') }} @endif
@if ($errors->has('brand_image')) {{ $errors->first('brand_image') }} @endif
Cancel