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

Edit {{$title}}

@csrf @method('PUT') @include('pages.tryout.form')
@endsection