@extends('layouts.dashboard.app') @section('content')

@lang('site.docs_types')

@lang('site.edit')

@include('dashboard.partials._errors')
{{ csrf_field() }} {{ method_field('put') }} @foreach (config('translatable.locales') as $locale)
@endforeach
@endsection