@extends('admin/layout') @section('page_title', 'Manage Brand') @section('brand_select','active') @section('container') @if($id>0) @php $image_required=""; @endphp @else @php $image_required="required"; @endphp @endif @error('image')
{{$message}}
@enderror

Manage Brand

@csrf
@error('name') @enderror
@error('image') @enderror @if($image!='') @endif
@endsection