@extends('admin.layouts.app') @section('content')
@csrf

{{$row->id ? __('Edit: ').$row->title : __('Add new job')}}

@if($row->slug)

{{__("Permalink")}}: {{ url(config('job.job_route_prefix') ) }}/{{$row->slug}}

@endif
@if($row->slug) {{__("View Job")}} @endif
@include('admin.message') @if($row->id) @include('Language::admin.navigation') @endif
{{__("Job Content")}}
@if(is_default_lang())
{{ __("year(s)") }}
{!! \Modules\Media\Helpers\FileHelper::fieldUpload('video_cover_id',$row->video_cover_id) !!}
@php $gallery_id = $row->gallery ?? old('gallery'); @endphp {!! \Modules\Media\Helpers\FileHelper::fieldGalleryUpload('gallery', $gallery_id) !!}
@endif
@if(is_default_lang())
{{__("Job Location")}}
@if(!empty($is_smart_search)) @else
@endif
@endif @include('Core::admin/seo-meta/seo-meta')
{{__('Publish')}}
@if(is_default_lang())
@endif
@if(is_default_lang()) @if(empty(setting_item('job_hide_job_apply')))
{{__('Job Apply')}}
{{ __("If is empty, it will be sent to the company's email") }}
@endif
{{__("Availability")}}
@if(is_admin())

@endif

{{__("Category")}}
{{__("Job Type")}}
{{__("Job Skills")}}
@if(is_admin())
{{__("Company")}}