@extends('layouts.layout') @section('content')

@lang('main.dictionary')

@if ($dictionaries->count()) @foreach ($dictionaries as $dictionary) @endforeach
{{$dictionaries->links()}}
@else @endif
@stop