@if(Auth::user()->userTypeId==1)
@include('user-web.layouts.sidebar')
@else
@include('business.layouts.sidebar')
@endif
@endforeach
@else
Applied Jobs
@if(!empty($AppliedJob)) @foreach($AppliedJob as $index =>$job){{$job['jobTitle']}} ({{$job['companyName']}})
{{ucfirst($job['workplaceType'])}}-{{ucfirst($job['jobType'])}}
{{$job['jobLocation']}}
{{$job['jobDescription']}}
No jobs have been applied
@endif