@extends('layouts.app') @section('title', $title = $translation->key) @section('content') @include('shared.button', ['type' => 'edit', 'url' => route('translations.edit', $translation)]) @include('shared.button', ['type' => 'delete', 'url' => route('translations.destroy', $translation)]) @endsection