@extends('admin.layouts.main') @section('title') Job - Information @endsection @section('content')
@include("admin.common.sidebar")
@csrf @if($id) @endif

{{ @trans('job.job_info') }}

@if($id && count($job->project) > 0)
@else
@endif
@if(Session::has('editUrl')) {{ @trans('job.cancel') }} @else {{ @trans('job.cancel') }} @endif
@if(Session::has('editUrl')) @else @endif
@endsection @push('pageJs') {!! JsValidator::formRequest('App\Http\Requests\Job\StoreJobInfo', '#frmInfo') !!} @endpush