@extends('layouts.recruiter') @section('title', 'Edit Job — JOBES') @section('recruiter_content')
Edit Job Posting
@csrf @method('PUT') @if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
Cancel
@endsection