@extends('layouts.master') @section('title') {{$title}} @stop @section('content')
{{ csrf_field() }}
@endsection @section('footer') @parent @endsection