@extends('backend.layouts.app') @section('page-title', trans('app.add_happyhour')) @section('page-heading', trans('app.add_happyhour')) @section('content')
@include('backend.partials.messages')
{!! Form::open(['route' => 'backend.happyhour.store']) !!}

@lang('app.add_happyhour')

@include('backend.happyhours.partials.base', ['edit' => false])
{!! Form::close() !!}
@stop