{{ __('Edit Brand') }}
@if (in_array('Brand Create', Session::get('permissions')))
Create Brand
@endif
@if (in_array('Brand List', Session::get('permissions')))
Brand List
@endif
@if (in_array('Brand Trash List', Session::get('permissions')))
Trash List
@endif
@endif
@if (session('success'))
@endif
{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
- If you have already selected featured image, Please select it again!