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