@extends('frontend.layouts.master') @section('meta_title', $model->title . ' || ' . $setting->app_name) @push('custom_meta') @endpush @push('styles') @endpush @section('contents')
img

{{ $model->title }}

  • {{ formatDate($model->created_at, 'd/M/Y') }}
{!! clean($model->description) !!} @if($model->upload_file !="")   Download @endif
Michael Page Logo
{{ $model->company->company_name }}

{{ @$model->company->companyCategory->name }}

{{ $model->company->company_employees }}

{{ truncate($model->company->company_description, 150) }}

{{ __('Share this Jobs') }}:
@endsection @push('scripts') @endpush