@extends('front.layouts.master-auth') @section('content')
@if(isset($breadcrumbs) && is_array($breadcrumbs) && count($breadcrumbs) > 0) @endif

@lang('Categories') {{ $category->name }}

@include('front.category._projects_tab')
@include('front.category._freelancers_tab')
@endsection