@extends('admin.layouts.app') @php $users = @$users; @endphp @section('content')

Accounting Manager

Accounting

List of Accounting

@include('admin.includes.status')
@if($admin_role == 'root') @endif @if(!empty($users)) @foreach($users as $user) @php $phone_number = ($user->phone_number != "") ? "$user->phone_number" : "-"; $country_phone_code = !empty($user->country_phone_code) ? "+" . $user->country_phone_code : ""; $country_phone_code_two = !empty($user->country_phone_code_two) ? "+" . $user->country_phone_code_two : ""; @endphp @if($admin_role=='root') @endif @endforeach @endif
User IDPortfolio Number EV Details Host Company Training Position Placement Start Date Placement End Date Pref Program Length (Mo.) Program {{ __('application_term.app_name') }} Status Accounting Status Action
{{ $user->user_id }}{{ $user->portfolio_number }} {{ $user->first_name." ".$user->last_name }}
{{ $user->email }} @if(!empty($user->phone_number))
  {{ $country_phone_code }} {{ $user->phone_number }} @endif @if(!empty($user->phone_number_two))
  {{$country_phone_code_two}} {{ $user->phone_number_two }} @endif
{{ $user->hc1_name }} {{ $user->pos1_name }} {{ $user->placement_1_start_date }} {{ $user->placement_1_end_date }} {{ $user->preferred_program_length }} {{ $user->program_name }} {{ $user->status_name }} {{ $user->accounting_status }} @if(check_route_access('user.edit.form')) @endif @if(check_route_access('user.detail')) @endif @if(check_route_access('user.history')) @endif @if(check_route_access('accounting.invoices.transactions')) @endif @if(check_route_access('add.invoice.form')) @endif @if(check_route_access('view.position')) @if($user->pos_id != "") @endif @endif
@endsection @section('scripts') @endsection