@extends('layouts.app') @section('styles') @endsection @section('content') @include('include.side-nav') Job Title Action @forelse ($favouriteJob as $item) {{ $item->job->title}} @empty No Data @endforelse @csrf @lang('Delete Confirmation') @lang('Are you sure you want to remove this favorite job?') @endsection @section('scripts') @endsection
No Data