@extends('layouts.main') @section('breadcrumb') @include('admin.parts.breadcrumb.accounts.show', ['account' => $account]) @endsection @section('content')

{{ __('Dictionary') }}

@method($entry->id ? 'put' : 'post') @csrf
id)disabled @endif> @include('parts.errors', ['name' => 'key'])
@include('parts.errors', ['name' => 'value'])
@endsection