@props(['experiences'])
{{ __('company') }} | {{ __('department') }} | {{ __('designation') }} | {{ __('period') }} | {{ __('action') }} |
---|---|---|---|---|
{{ $experience->company }} | {{ $experience->department }} | {{ $experience->designation }} | {{ formatTime($experience->start, 'd M Y') }} - {{ $experience->currently_working ? __('currently_working') :formatTime($experience->end, 'd M Y') }} |
|
{{ __('no_data_found') }} |