@extends('layouts/pos_layout') @section('title', '| Incentive Customer Assign Details') @section('content')
CUSTOMER ASSIGNED HISTORY
{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
Employee : {{ $incentiveCustomerAssign->employee->name }}

@if($customers) @php $sl = 0; @endphp @foreach($customers as $customer) @endforeach @endif

{!! Form::close() !!}
@endsection