@extends('layouts.app', [ 'title' => trans('helpers.title'), 'description' => trans('helpers.description'), 'breadcrumbs' => [ trans('helpers.link.title') ] ]) @section('content')

{{ trans('helpers.dice.title') }}

{{ trans('helpers.dice.description') }}

{{ trans('helpers.dice.description_attributes') }}

{{ trans('helpers.dice.more') }}

@endsection