@extends('layouts.dashboard') @section('title', 'Edit Job') @section('content')

Edit Job

@csrf @method('PUT')
Job Details
Current Status: @if($job->status == 'open') Open @else Closed @endif
Hold Command (Mac) or Ctrl (Windows) to select multiple skills.
@endsection @section('scripts') @endsection