@extends('layout.app')
@section('title')
{!! Translation::transText('categories.page-title', 'Categories') !!}
@endsection
@section('content')
@include('parts.header-panel')
@include('parts.header')
{!! Translation::trans('home.main-info.title', 'Wypróbuj jakość i doceń korzyści') !!}
@endsection