{{-- resources/views/frontend/jobs/apply.blade.php --}} @extends('frontend.layouts.app') @section('title', 'Apply for ' . $ad->title) @section('content')
Please complete the form below to submit your application. Fields marked with * are required.
@if(session('success')){{ $ad->belongsToCity->name ?? 'Location not specified' }}
{{ $ad->belongsToCategory->name ?? 'Category' }}
{{ Str::limit(strip_tags($ad->hasOneAdsInfo->description), 120) }}
View Full Job