@extends('layouts.app') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Edit Job

Basic Information
Job Type & Work Mode
Location
Salary
salary_negotiable ? 'checked' : '' }}>
Application Settings
Status
Images
@foreach($job->media->where('type','image') as $media)
@endforeach
Video Links
@foreach($job->media->where('type','video') as $video) @endforeach
Skills
@endsection