@extends('layouts.app') @section('content')
@lang('Create New')

@csrf
@error('key') {{ $message }} @enderror
@include('includes.textarea', ['selectors'=>'.value','labels'=>[0=>Lang::get("Value")]])
@endsection @section('scripts') @if (app()->getLocale() != 'en') @endif @endsection