@extends("agentportal.layouts.layout") @section("title", trans('message_lang.LBL_AGENT_REGISTRATIONS')) @section("page_style") @endsection
@section("content"){!! trans("message_lang.LBL_UPDATED_BY") !!} | {!! trans("message_lang.LBL_STATUS") !!} | {!! trans("message_lang.LBL_COMMENTS") !!} | {!! trans("message_lang.LBL_DATE") !!} | |
---|---|---|---|---|
{!! $logs->employeeDetails->first_name . " " . $logs->employeeDetails->last_name !!} | {!! $statuses[$logs->updated_status] !!} | {!! $logs->comment ?? "-" !!} | {!! format_date_tz($logs->created_at) !!} | |
{!! trans('message_lang.DATATABLE_LBL_NO_DATA_AVAILABLE') !!} |