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

{{ __('Post a Job') }}

{{ __('Fill in the details to create a new job posting') }}

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