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

{{ __('My Jobs') }}

{{ __('Manage your posted jobs and track proposals') }}

@if(moduleExists('SecurityManage')) @if(Auth::guard('web')->user()->freeze_job == 'freeze') {{ __('Post a Job') }} @else {{ __('Post a Job') }} @endif @else {{ __('Post a Job') }} @endif
{{-- Tabs --}}
{{-- Job list --}}
@include('frontend.user.client.job.my-job.search-result')
@endsection @section('script') @include('frontend.user.client.job.my-job.all-jobs-js') @endsection