@extends('layouts.app') @section('title', 'Page Title') @section('sidebar') @stop @section('content')
{{ csrf_field() }}
@stop