@extends('template') @section('page-title') @if(empty($model->ID)) New @else Edit @endif {{$model->getLabel()}} @endsection @section('tag-title') @if(empty($model->ID)) New @else Edit @endif {{$model->getLabel()}} @endsection @section('page-sub-title') @endsection @section('main-content')
{{ csrf_field() }}