{{ '#' . substr(md5(microtime()), 0, 8) }} |
{{ $conferenceList->conference_title }} |
{{ date('d-m-Y', strtotime($conferenceList->conference_date)) }} |
{{ number_format($conferenceList->registratiion_no + $conferenceList->lodging?->sum('lodging') + $conferenceList->meals?->sum('meal') + $conferenceList->milages?->sum('milage') + $conferenceList->miscellaneous?->sum('miscellaneous') + $conferenceList->parking?->sum('parking') + $conferenceList->toll?->sum('tolls'), 2) }}
|
@if ($conferenceList->is_approved == 1)
{{ 'Approved' }}
@elseif($conferenceList->is_approved == 2)
{{ 'Rejected' }}
@else
{{ 'Pending' }}
@endif
|
@if ($conferenceList->is_all_approved == 0)
@endif
|
@empty