@extends('layout.index') @if (isset($id)) @section('title', 'Edit Brand Details') @else @section('title', 'Add Brand Details') @endif @section('content')
@if (isset($id)) Edit Brand @else Add Brand @endif
@if ($message = Session::get('success'))
{{--
--}} {{ $message }}
×
@endif
{{ csrf_field() }}
Brand Name
*
@error('brand_name')
{{ $message }}
@enderror
Cancel