@extends('crudbooster::admin_template') @push('head') @endpush @section('content')
Back To List Data Products

Add Products

@csrf
@if ($errors->has('product_name'))
{{ $errors->first('product_name') }}

@endif
@if ($errors->has('allow_user'))
{{ $errors->first('allow_user') }}

@endif
{{-- --}}

{{-- menu head selection --}}
{{-- New checkbox markup --}}
@endsection @push("bottom") @endpush