@extends('layouts.base') @section('title') Edit Letter @endsection @section('content')

@yield('title')

@csrf @method('PUT') @include('letter.partials.form')
@endsection