@extends('layouts.main') @section('title') Content: Edit @endsection @section('content')
@csrf @method('PUT') @include('content.partials.form')
 Cancel
@endsection