@props(['experiences'])

{{ __('experience') }}

@forelse ($experiences as $experience) @empty @endforelse
{{ __('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') }}

@push('frontend_links') @endpush @push('frontend_scripts') @if (app()->getLocale() == 'ar') @endif @endpush