@extends('web.layouts.layout') @section('content') {{ $career->currentDescription->name }} {!! nl2br($career->currentDescription->description) !!} @csrf {{ __('careers.apply_for_job') }} {{ __('careers.upload_resume') }} {{ __('careers.browse') }} {{ __('careers.successfully') }} {{ __('careers.apply_now') }} @endsection @section('js') @endsection