@extends('admin.admin_dashboard') @section('admin')
{{-- SweetAlert Messages --}} @if(session('message')) @endif @if ($errors->any()) @endif

Edit Job — {{ $job->job_title }}

Back
@csrf @method('PUT')
@foreach($job->sections as $index => $section)
@endforeach
{{-- JS --}} @endsection