@extends('layouts.app') @section('title', __('app.translation')) @section('breadcrumb') @endsection @section('content')
@include('flash-message')

{{ __('app.translation_data') }}

:
{{ $translation->original_text }}
:
{{ $translation->es }}
:
{{ $translation->en }}
@endsection