@extends('layouts.app_old') @section('title') Application @endsection @section('content')
@include('partials.alert')

JOB DETAILS

{{ $job->title }}
{!! $job->body !!}
  • Budget : $ {{number_format($job->budget)}}
  • Posted: {{$job->created_at->diffForHumans()}}
  • Position : {{ucwords($job->position_type)}}
  • Project Duration: {{ ucwords($job->project_duration) }}
  • Category: {{ ucwords($job->category->category_name) }}
id/store")}}" method="POST"> {{ csrf_field() }}

APPLICATION LETTER

@endsection @section('jsplugins') @endsection