@section('title') {{ $type === 'add-on' ? ($isEditMode ? 'Edit Add-on' : 'Add Add-on') : ($isEditMode ? 'Edit Product' : 'Add Product') }} @endsection @section('heading') {{ $type === 'add-on' ? ($isEditMode ? 'Edit Add-on' : 'Add Add-on') : ($isEditMode ? 'Edit Product' : 'Add Product') }} @endsection @section('top-menu-items') @endsection
@push('styles') @endpush @push('scripts') {{-- --}} @endpush