@extends('layouts.app_old') @section('title') {{$job->title}} @endsection @section('content')
@include('partials.alert')

{{$job->title}}

Budget: {{number_format($job->budget)}}

{!! $job->body !!}
  • Posted: {{$job->created_at->diffForHumans()}}
  • Position : {{ucwords($job->position_type)}}
  • Project Duration: {{ ucwords($job->project_duration) }}
  • Category: {{ ucwords($job->category->category_name) }}

  • About the Client
  • Job Posting History: {{$jobcount}} jobs posted
  • Member Since: {{date("M Y", strtotime($job->user->created_at))}}
@guest @else @if(Auth::user()->role_id == Config::get('constants.roles.job_applicant')) @if ($result == 'exist') @else id")}}"> @endif @endif @endguest
@endsection