@extends('layouts.offer') @section('header-text')
{{ ucwords($offer->applications->full_name) }}
{{ ucwords($offer->applications->email) }}
{{ ucwords($job->title) }}
{!! $job->job_description !!}
{!! $job->job_requirement !!}
{{ ucwords($job->location->location) }}
{{ ucwords($job->category->name) }}
{{ $offer->salary_offered }}
{{ $offer->joining_date->format('d M Y') }}
{{ $offer->accept_last_date->format('d M Y') }}