@extends('adminlte::layouts.app') @section('htmlheader_title') Product @endsection @section('page_title') Product @endsection @section('contentheader_title') Product @endsection @section('contentheader_description') @endsection @section('main-content')

Product Configuration

@csrf
@error('name') {{ $message }} @else Product Name is required. @enderror Product Name
@endsection @section('page-scripts') @css(select2) @js(select2,autofocus) @endsection