@extends('adminlte::page') @section('title', 'Career Opportunity') @section('content_header') @stop @section('content') Edit Career Opportunity Home Career Opportunity Edit Update Career Opportunity @csrf Job Position @if ($errors->has('job_position')) {{ $errors->first('job_position') }} @endif Posting Date @if ($errors->has('posting_date')) {{ $errors->first('posting_date') }} @endif Last Date Apply @if ($errors->has('last_date_apply')) {{ $errors->first('last_date_apply') }} @endif Detail {{ old('detail', $careerOpportunity->detail) }} @if ($errors->has('detail')) {{ $errors->first('detail') }} @endif Uploaded Cv @if ($careerOpportunity->upload_cv) Current File: View PDF @endif @if ($errors->has('upload_cv')) {{ $errors->first('upload_cv') }} @endif Status -- Select Status -- status) == '1' ? 'selected' : '' }}>Active status) == '0' ? 'selected' : '' }}>Inactive @if ($errors->has('status')) {{ $errors->first('status') }} @endif @stop @section('js') @include('admin.career_opportunities.scripts.index') @stop
{{ $errors->first('job_position') }}
{{ $errors->first('posting_date') }}
{{ $errors->first('last_date_apply') }}
{{ $errors->first('detail') }}
Current File: View PDF
{{ $errors->first('upload_cv') }}
{{ $errors->first('status') }}