@extends('crudbooster::admin_template') @push('head') @endpush @section('content') Back To List Data Products Add Products @csrf Product Name * @if ($errors->has('product_name')) {{ $errors->first('product_name') }} @endif Max Allow User * @if ($errors->has('allow_user')) {{ $errors->first('allow_user') }} @endif Product Type * {{-- --}} Special Product checked {{-- menu head selection --}} Menus Head Select Product * Select Product View @if ($errors->has('product_view')) {{ $errors->first('product_view') }} @endif {{-- New checkbox markup --}} Select slides @endsection @push("bottom") @endpush