@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* Addon Product* @foreach($addonProduct as $list) {{$list->product_name}} [{{$list->delivery_type}}] ( {{$list->fnid}}/{{$list->sku}} ) @endforeach {{-- --}} {{-- Sl. No --}} @endif @endsection