@extends('themes.default1.layouts.front.master') @section('title') pricing @stop @section('page-header') Pricing @stop @section('breadcrumb')
  • Home
  • Pricing
  • @stop @section('main-class') main @stop @section('content')
    @if (count($errors) > 0)
    Whoops! There were some problems with your input.

    @endif @if(Session::has('success'))
    {{Lang::get('message.alert')}}! {{Lang::get('message.success')}}. {{Session::get('success')}}
    @endif @if(Session::has('fails'))
    {{Lang::get('message.alert')}}! {{Lang::get('message.failed')}}. {{Session::get('fails')}}
    @endif
    {!! html_entity_decode($template) !!}
    @stop