{{----}} @foreach($salesCalls as $i => $each) @endforeach
# Icon @lang("content.description") @lang("content.from") @lang("content.to")Status
{{ $i + 1 }} {{ $each['description'] }} {{ baseDateFormat($each['start'], true, "-") }} {{ baseDateFormat($each['end'], true, "-") }}
{!! Form::open(['method' => 'GET', 'id' => 'add-sales-call-form']) !!}

Maxlength is set to 40 characters

{!! Form::close() !!}
{{----}} {{----}}

History