@extends($activeTemplate.'layouts.master') @section('content')
@forelse($employments as $employment) @empty @endforelse
@lang('Company Name') @lang('Department') @lang('Designation') @lang('Employment Period') @lang('Action')
{{__($employment->company_name)}} {{__($employment->department)}} {{__($employment->designation)}} {{showDateTime($employment->start_date, 'd M Y')}} - @if($employment->currently_work) @lang('Present') @else {{showDateTime($employment->end_date, 'd M Y')}} @endif
@lang('No data found')
@endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush