@extends('layout.app') @section('content')

Edit Posted Form

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@csrf
compensation_type == 'yearly' ? 'checked' : '' }}>
compensation_type == 'hourly' ? 'checked' : '' }}>
You can select up to 5 tags.
@if($post->getFirstMedia('job_document'))
View File

{{ $post->getFirstMedia('job_document')->file_name }}

@else

No file selected

@endif
@endsection @push('script') @endpush