@extends('layouts.admin') @section('content')
{{ csrf_field() }}
{!! AuthUser::canExport('admin/client/export', 'client-export') !!} {!! AuthUser::canExport('admin/client/questionnaireexport', 'traits-questionnaire-export', 'onClick', 'Traits/Questionnaire Export') !!}
{{ csrf_field() }}
Client Information
Invoice Submission
{!! FormField::select2('salesman_id', $salesmen, null, true) !!}
{!! FormField::select2('user_id', $users, null, true) !!}
{!! FormField::select2('pod_id', $pods, null, false) !!}
{!! FormField::select2('service_group', $serviceGroups, null, true) !!}
@if($checkUser == 1)
@endif

Documents
Please select document type. Please select file. Error occurred. Please try again.
{!! FormField::select('document_type', $documentTypes, false, false) !!}

List of Documents Attached

Document Type Document x
Auto Accounts Receivables
Reminder Email Sent at days after invoicing date
Send List Reminder of all Invoice every weeks
Add "Past Due" to Invoices days after invoicing date & Resend email at intervals
@endsection @section('scripts') @endsection