@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Post a Job') @section('left_sidebar') @include('front_end.pages.jobs.job_left_sidebar') @endsection @section('content')
@push('scripts') @endpush @endsection