@extends('layouts.cannavaro.master') @section('breadcrumb') @stop @section('content')

{{ $pagetitle }}

{{ csrf_field() }} @if( Input::has('year') ) @endif
{!! $showView !!}
@stop @section('footer') @stop