@can('ediadmin') @extends('adminlte::page') @section('title', config('adminlte.title') . ' | EDI Products') @section('content_header')

EDI Products

@stop @section('content')
@if (session('success')) @endif
Create new EDI product @if ($recycleBin->isNotEmpty()) @endif
{{-- Recycle Bin --}} {{-- Data --}}
@foreach ($CustomerSetup as $EDICS) @if (!empty($EDICS->id)) @endif @endforeach
EDI product Product ID Actions
{{ $EDICS->edi_product }} {{ $EDICS->product_id }}
@stop @section('footer')   @stop @endcan