@php $metas = ''.$job->title.'' @endphp @extends('master') @section('main_content')

{{ $job->title }}

{{ $job->category }}

Location: {{ $job->location }}

{!! $job->description !!}
@endsection