{{ csrf_field() }}
Action Info
Country*
@foreach ($countries as $country)
{{ $country->Country_Name }}
@endforeach
@include('admin.layouts.select_soldto')
Action Type*
@foreach ($action_type as $type)
{{ $type['Importance'] }}
@endforeach
Status*
@foreach ($statuses as $status)
ID == \App\Models\CRM_Action_Status::IN_PROGRESS) selected @endif>{{ $status->Status }}
@endforeach
Action Name*
Responsible*
Other: enter email
@foreach ($employees as $employee)
{{ $employee->Employee_Name }}
@endforeach
Responsible Email
Due Date*
Action Details
Add attachments
Save