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