@extends('themes.default1.layouts.front.master')
@section('title')
pricing
@stop
@section('page-header')
Pricing
@stop
@section('breadcrumb')
@if (count($errors) > 0)
Whoops! There were some problems with your input.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@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