@extends('admin.layouts.admin') @section('title', 'عرض وظيفة') @section('content')
الرئيسية
عرض وظيفة
@if($job->image) {{ $job->title }} @else {{ $job->title }} @endif
@endsection