@extends('layouts.app')
@section('title', __('app.new_translation'))
@section('controller-data', 'translations')
@section('breadcrumb')
{{ __('app.home') }}
{{ __('app.translations') }}
{{ __('app.new_translation') }}
@endsection
@section('content')
@include('flash-message')
@endsection