@extends($layout)
@section('title', __('Translations') )
@section('style')
@include('translations::translations.style')
@endsection
@section('content-header')
{{__('Translations')}}
@endsection
@section('content')
@include('translations::translations.translation')
@stop
@section('before_body_end')
@include('translations::translations.script')
@endsection