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