@extends('layouts.app') @section('template_title') Update Charla @endsection @section('content')
@includeif('partials.errors')
Update Charla
{{ method_field('PATCH') }} @csrf @include('charla.form')
@endsection