@extends('layouts.app') @section('title', __('app.edit_translation')) @section('controller-data', 'translations') @section('breadcrumb') @endsection @section('content')
{{ __('app.attention') }}
{{ __('app.notice_translations') }}
@include('flash-message')
@method('PATCH') @csrf
{!! $errors->first('original_text', '

:message

') !!}
{!! $errors->first('es', '

:message

') !!}
{!! $errors->first('en', '

:message

') !!}
{{ strtoupper(__('app.cancel')) }}
@endsection