@extends('vendor.site-bases.website.layouts.master') @section('title', $job->title) @section('desc', strip_tags($job->description)) @section('page_title', trans('site.jobs')) @section('img', asset('assets/client/images/job-fb.jpeg')) @section('breadcrumbs') {{ Breadcrumbs::render('jobs_in', $job) }} @endsection @section('content')
@if (session('success'))

{{ session('success') }}

@endif @if (session('error'))

{{ session('error') }}

@endif
{{ $job->date_from->day }}.{{ $job->date_from->month > 9 ? $job->date_from->month : '0' . $job->date_from->month }} - {{ $job->date_to->day }}.{{ $job->date_to->month > 9 ? $job->date_to->month : '0' . $job->date_to->month }}

{{ $job->title }}

{!! $job->description !!}
@csrf
{{--
@lang('site.job_inner_desc')
--}}
@endsection