@extends('adminlte::page') @section('title', 'Career Opportunity') @section('content_header') @stop @section('content')

Edit Career Opportunity

Update Career Opportunity

@csrf
@if ($errors->has('job_position'))

{{ $errors->first('job_position') }}

@endif
@if ($errors->has('posting_date'))

{{ $errors->first('posting_date') }}

@endif
@if ($errors->has('last_date_apply'))

{{ $errors->first('last_date_apply') }}

@endif
@if ($errors->has('detail'))

{{ $errors->first('detail') }}

@endif
@if ($careerOpportunity->upload_cv)

Current File: View PDF

@endif @if ($errors->has('upload_cv'))

{{ $errors->first('upload_cv') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@stop @section('js') @include('admin.career_opportunities.scripts.index') @stop