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))}} |
I.D | Date | Category | Duration | CREATED AT | Action |
---|---|---|---|---|---|
{{ $row->id}} | {{date('d M, Y', strtotime($row->start_date))}} | {{ $row->cat_name}} | {{ $duration}} | {{date('d M, Y', strtotime($row->created_at))}} |
I.D | Off Day Date | Off Replace Date | Service Name | CREATED AT |
---|---|---|---|---|
{{ $row->id}} | {{$row->off_date}} | {{$row->replace_date}} | {{$row->name}} | {{date('d M, Y', strtotime($row->created_at))}} |
I.D | Day | Start Date | End Date | CREATED AT |
---|---|---|---|---|
{{ $row->id}} | {{$row->day_name}} | {{$row->date_change}} | @if(isset($row->end_date) && $row->end_date != ''){{$row->end_date}}@else{{'Currently'}}@endif | {{date('d M, Y', strtotime($row->created_at))}} |