@extends('backend.layouts.app') @section('page-title', trans('app.edit_happyhour')) @section('page-heading', $happyhour->title) @section('content')
@include('backend.partials.messages')
{!! Form::open(['route' => array('backend.happyhour.update', $happyhour->id), 'files' => true, 'id' => 'user-form']) !!}

@lang('app.edit_happyhour')

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