@extends('frontend.layouts.app') @section('title') {{ __('job_alert') }} @endsection @section('main')
{{-- Sidebar --}}
{{ __('job_alert') }}
@if ($notifications->total() > $notifications->count()) @endif
@endsection