@extends('layouts.panel') @section('content')

{{ $jobPost->title }}

توضیحات فرصت شغلی: {{ $jobPost->description }}

بازگشت ویرایش
@csrf @method('PUT') @if($jobPost->active) @else @endif
@csrf @method('DELETE')
@endsection