@extends('layouts.app') @section('title', $title = __('translation.index')) @section('content') @include('shared.button', ['type' => 'add', 'url' => route('translations.create'), 'label' => __('translation.add')]) @endsection