I.D | Company Name | Job Title | Start Date | End Date | CREATED AT |
---|---|---|---|---|---|
{{ $row->id}} | {{ $row->company_name}} | {{ $row->job_title}} | {{date('d M, Y', strtotime($row->start_date))}} | {{date('d M, Y', strtotime($row->end_date))}} | {{date('d M, Y', strtotime($row->created_at))}} |
I.D | Document Name | Document Discription | Document | CREATED AT |
---|---|---|---|---|
{{ $row->id}} | {{ $row->name}} | {{ $row->description}} | Download Document | {{date('d M, Y', strtotime($row->created_at))}} |