@extends('crudbooster::admin_template') @push("bottom") @endpush @section('content')
Add Global Product
{{ $errors->has("package_product_id")? $errors->first("package_product_id"): "" }}

{{ $errors->has("menu_proid")? $errors->first("menu_proid"): "" }}

@endsection