@extends('layouts.app') @section('title', __('app.new_translation')) @section('controller-data', 'translations') @section('breadcrumb') @endsection @section('content')
@include('flash-message')
@method('POST') @csrf
{!! $errors->first('es', '

:message

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

:message

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