@extends('welcome.welcome-layout') @section('style') @endsection @section('content') Job Description {{-- --}} @if(!empty($document)) @php $allowed = ['doc', 'docx']; $ext = strtolower(pathinfo($document, PATHINFO_EXTENSION)); @endphp @if(in_array($ext, $allowed)) @else @endif @endif @endsection