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

Customer Setup

@stop @section('content')
@if (session('success')) @endif
Create new customer @if ($recycleBin->isNotEmpty()) @endif
{{-- Recycle Bin --}} {{-- Data --}}
@foreach ($CustomerSetup as $EDICS) @if (!empty($EDICS->edi_customers_code)) @endif @endforeach
EDI Customer Code Association Codes Actions
{{ $EDICS->edi_customers_code }} @php $custcodes = explode(',', trim($EDICS->customer_codes)); @endphp @if (!empty($EDICS->customer_codes)) @foreach ($custcodes as $ccodes) {{ $ccodes }} @endforeach @endif
@stop @section('footer')   @stop @endcan