@extends('layout.default')
@section('title')
{{ __('common.genres') }} - {{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('mediahub.title') }}
{{ __('mediahub.genres') }}
@endsection
@section('content')
{{ __('common.genres') }}
@endsection