@extends('layouts.user') {{-- Web site Title --}} @section('title') @stop {{-- Content --}} @section('styles') @stop @section('content')

groups {{ $title }}

{!! Form::open(array('url' => $type,'method'=>'get','class'=>'text-right')) !!}
{!! Form::close() !!}
{{ method_field('PUT') }}
@foreach($prices->getFormattedData() as $apartment => $plans) @foreach($prices->getDatesRange() as $date) @endforeach @foreach($plans as $plan) @foreach($prices->getDatesRange() as $date) @endforeach @endforeach @endforeach
Apartment Dates
{{ $apartment }} {!! $prices->formatDate($date, "d M") !!}
{{ $plan['price_plan_name'] }} {{ $prices->shortName($plan['meal_plan_name']) }}
{{ strtoupper(\Settings::get('currency')) }}
getPrice($plan['id'], $date)) }}">
@if (Sentinel::getUser()->authorized("settings","write")) {{ csrf_field() }}
@endif
@stop {{-- Scripts --}} @section('scripts') @stop