@extends('frontend.layout.dashboard-master') @section('site_title', __('Edit Job')) @section('style') @endsection @section('content') {{-- Page Header --}}

{{ __('Edit Job') }}

{{ __('Update your job posting details') }}

{{ __('Back to Job') }}
{{-- Left: Stepper sidebar --}} @include('frontend.user.client.job.edit.job-header') {{-- Right: Form card --}}
@csrf @include('frontend.user.client.job.edit.job-details') @include('frontend.user.client.job.edit.job-budget') @include('frontend.user.client.job.edit.job-footer')
@endsection @section('script') @include('frontend.user.client.job.edit.edit-job-js') @endsection