@extends('base') @section('content')

Create Page

{!! csrf_field() !!}
@include('form/text', ['name' => 'name'])
Cancel
@stop