@extends('layouts.app') @section('title') {{$title}} -@endsection @section('description_custom'){{$description ? $description : trans('seo.description')}}@endsection @section('keywords_custom'){{$keywords ? $keywords.',' : null}}@endsection @section('content')

{{$title}}

({{$users->total()}}) {{trans_choice('users.creators_in_this_category',$users->total() )}}

{{trans('general.filter_by')}}
@include('includes.listing-categories')
@if ($users->total() != 0) @foreach($users as $response)
@include('includes.listing-creators')
@endforeach @if($users->lastPage() > 1)
{{ $users->links() }}
@endif @else

{{trans('general.not_found_creators_category')}}

@endif
@endsection