@extends('translation::layout') @section('body')
{{ __('translation::translation.add_language') }}
@include('translation::forms.text', ['field' => 'name', 'label' => __('translation::translation.language_name'), ]) @include('translation::forms.text', ['field' => 'locale', 'label' => __('translation::translation.locale'), ])
@endsection