@extends('layouts.gym-merchant.gymbasic') @section('CSS') {!! HTML::style('admin/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css') !!} @stop @section('content')
New Updates
@if($UpcomingInfo =='') @else @foreach($UpcomingInfo as $info)
{{ $info->date->format('d M') }}
{{ucwords($info->title)}} {{$info->date->toFormattedDateString()}}
{!! $info->details !!}
@endforeach @endif
@stop @section('footer') {!! HTML::script('admin/global/plugins/bootstrap-fileinput/bootstrap-fileinput.js') !!} @stop