@extends ('layout') @section ('content') <form method='POST' action='/cntrl'> @csrf <input name='smth' /> <input type='submit' /> </form> @endsection @section ('title') create @endsection