@extends('translation::layout') @section('body')
{{ __('translation::translation.add_translation') }}
@php $group_list[''] = __('Select File'); @endphp {{ Form::select("group",$group_list,'',['class'=>'form-select d-block w-100','id'=>'group']) }}
@include('translation::forms.text', ['field' => 'key', 'label' => __('translation::translation.key_label'), 'placeholder' => __('translation::translation.key_placeholder')]) @include('translation::forms.text', ['field' => 'value', 'label' => __('translation::translation.value_label'), 'placeholder' => __('translation::translation.value_placeholder')])
@endsection