@extends('frontend.layout.master') @section('site_title') {{ $subcategory->sub_category ?? __('Subcategory Project') }} @endsection @section('meta_title') {{ $subcategory->meta_title ?? '' }} @endsection @section('meta_description') {{ $subcategory->meta_description ?? '' }} @endsection @section('style') @endsection @section('content')
@if(moduleExists('CoinPaymentGateway'))@else@endif
@if(moduleExists('PromoteFreelancer'))
{{ __('Pro Projects') }}
@endif
@include('frontend.pages.subcategory-projects.sidebar')
@include('frontend.pages.subcategory-projects.search-subcategory-result')
@endsection @section('script') @include('frontend.pages.subcategory-projects.subcategory-project-filter-js') @endsection