@extends('layouts.master') @section('page_title', $page_title) @section('content')
{{ Form::page_header($page_title, "paper_stack") }}
{{ Form::button_link('Add a new template', $add_url) }}
@include('search._search_grid_wrapper')
@if(isset($is_email) && $is_email) @include('shared._send_email', ['title' => 'Send Test Email']) @endif @endsection @section('page_script') @if(isset($is_email) && $is_email) @include('shared_script._send_email_script') @endif @endsection