@extends('frontend.layout.master') @section('site_title',__('Jobs')) @section('meta_title'){{ __('Jobs') }}@endsection @section('style') @endsection @section('content')
@if(moduleExists('CoinPaymentGateway'))@else@endif
@include('frontend.pages.jobs.sidebar')
@include('frontend.pages.jobs.search-job-result')
@endsection @section('script') @include('frontend.pages.jobs.jobs-filter-js') @endsection