@extends('backend.layout.master') @section('title', __('Job Details')) @section('style') @endsection @section('content')

{{ __('No of Edit') }} {{ $job->job_history?->edit_count ?? '0' }}

{{ $job->title }}

{!! $job->description !!}

@if($user->image) @if(cloudStorageExist() && in_array(Storage::getDefaultDriver(), ['s3', 'cloudFlareR2', 'wasabi'])) {{ __('profile img') }} @else {{ $user->first_name }} @endif @else {{ __('AuthorImg') }} @endif

{{ $user->first_name }} {{ $user->last_name }}

{{ $user->user_introduction?->title }} ยท {{ $user->user_state?->state }}, {{ $user->user_country?->country }}

@endsection @section('script') @include('backend.pages.project.project-js') @endsection