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