@extends('layouts.partials.master') @section('title', $page->description) @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => $page->description]) Voltar
@include('layouts.components.alerts')
@csrf @method('PUT')
@if ($errors->has('value'))
{{ $errors->first('value') }}
@endif
@include('layouts.components.translation-edit')
@endsection