@extends('layouts.default') @section('title', $category->title . ' videos') @section('class', 'px-0') @section('style', 'margin-top: 0 !important') @section('content')
{{$category->title}} background

{{__($category->title)}}

{{trans_choice('videos', $category->videos_count)}}
@endsection