@extends('layouts.app') @push('title') {{ __('Home') }} @endpush @push('style') {!! RecaptchaV3::initJs() !!} @endpush @section('content')
@csrf

{{ __('Create Post') }}

{{ $user->name }}

{{ $user->name }}

{{ __('Add to your post') }}:

@if (count($upcomingEvents))

{{ __('Upcoming Events') }}

{{ __('See All') }}
@endif @if (count($latestJobs))

{{ __('Jobs') }}

{{ __('See All') }}
    @foreach ($latestJobs as $job)
  • {{ $job->title }}

    {{ $job->title }}

    {{ date('l, F j, Y', strtotime($job->application_deadline)) }}

    {{ getSubText($job->job_context, 150) }}

    • {{ getEmployeeStatus($job->employee_status) }}

    • {{ $job->location }}

    • {{ $job->salary }}

    {{ __('More Details') }}
  • @endforeach
@endif @if (count($latestNotice))

{{ __('Notice') }}

{{ __('See All') }}
    @foreach ($latestNotice as $notice)
  • {{ $notice->title }}

    {{ date('M d, Y', strtotime($notice->created_at)) }}

    {{ $notice->title }}

    {{ getSubText($notice->details, 150) }}

    {{ __('More Details') }}
  • @endforeach
@endif @if (count($latestNews))

{{ __('Latest News') }}

{{ __('See All') }}
@endif
@if (count($upcomingEvents))

{{ __('Upcoming Events') }}

{{ __('See All') }}
@endif @if (count($latestJobs))

{{ __('Jobs') }}

{{ __('See All') }}
    @foreach ($latestJobs as $job)
  • {{ $job->title }}

    {{ $job->title }}

    {{ date('l, F j, Y', strtotime($job->application_deadline)) }}

    {{ getSubText($job->job_context, 150) }}

    • {{ getEmployeeStatus($job->employee_status) }}

    • {{ $job->location }}

    • {{ $job->salary }}

    {{ __('More Details') }}
  • @endforeach
@endif @if (count($latestNotice))

{{ __('Notice') }}

{{ __('See All') }}
    @foreach ($latestNotice as $notice)
  • {{ $notice->title }}

    {{ date('M d, Y', strtotime($notice->created_at)) }}

    {{ $notice->title }}

    {{ getSubText($notice->details, 150) }}

    {{ __('More Details') }}
  • @endforeach
@endif @if (count($latestNews))

{{ __('Latest News') }}

{{ __('See All') }}
@endif
@if (!empty(getOption('cookie_status')) && getOption('cookie_status') == STATUS_ACTIVE) @endif @endsection @push('script') @endpush