@extends('layouts.app') @section('content')
@include('frontend.components.alerts-components') @if (isset($errors) && count($errors) > 0) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif

{{ $job->name }}

كود الوظيفة : {{ $job->code }}

{{ date('Y-m-d', strtotime($job->created_at)) }}

شرط التقدم للوظيفة :

{!! $job->condition !!}

@endsection @section('customScripts') @if (isset($errors) && count($errors) > 0) @endif @endsection