@if(Auth::user()->userTypeId==1) @include('user-web.layouts.sidebar') @else @include('business.layouts.sidebar') @endif

Applied Jobs

@if(!empty($AppliedJob)) @foreach($AppliedJob as $index =>$job)

{{$job['jobTitle']}} ({{$job['companyName']}})

{{ucfirst($job['workplaceType'])}}-{{ucfirst($job['jobType'])}}

{{$job['jobLocation']}}

{{$job['jobDescription']}}


@endforeach @else

No jobs have been applied

@endif