@extends('admin.sub_contents.base') @section('main')
Company Name | Designation | Currently working | Start Date | End Date | {{-- @if(profile_permission($work_experience[0]->student_id)) --}}Action | {{-- @endif --}}|
---|---|---|---|---|---|---|
{{$row->company_name}} | {{$row->designation}} | {{$row->currently_working == 0 ? 'off' : 'on'}} | @if(!empty($row->start_date)){{date("d M, Y", strtotime($row->start_date))}} @else @endif | @if(!empty($row->end_date)) {{date("d M, Y", strtotime($row->end_date))}} @else @endif | ||