@extends('layouts.admin.app') @section('content') @if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA') Addon Mapping Back @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) {{ Session::get('alert-' . $msg) }} @endif @endforeach @csrf Addon Mapping Add {{----}} Addon Group* Select Addon Group @foreach ($addon_groups as $list) @if ($dataDetails->addon_group_id == $list->id) @else @endif {{ $list->title }} @endforeach Addon Sub Group* Addon Product* @foreach($addonProduct as $list) {{$list->product_name}} [{{$list->delivery_type}}] ( {{$list->fnid}}/{{$list->sku}} ) @endforeach {{-- --}} {{-- Sl. No --}} @endif @endsection