@extends('layouts.app') @section('styles') @endsection @section('content')
@include('include.side-nav')
Employment History
@forelse ($employmentHistory as $item) @empty

NO DATA

@endforelse
Company Name Department Designation Employment Period Action
{{ $item->company_name }} {{ $item->department }} {{ $item->designation }} {{ $item->created_at }} - {{ $item->currently_work == 1 ? 'currently working': $item->end_date }}
@endsection @section('scripts') @endsection