@extends($layout) @section('header_scripts') @stop @section('content')

{{$record2->name}} {{ $title }}

{!! Form::open(array('url' => URL_STUDENT_NOTIFICATIONS."add/".$record2->slug, 'method' => 'POST', 'name'=>'formLocations ', 'novalidate'=>'','files'=>TRUE )) !!}
{!! Form::label('message', 'Post New Message', ['class' => 'control-label']) !!} {!! Form::textarea('message', null, ['class' => 'form-control','required'=>'required']) !!}
{!! Form::submit('Submit', ['class' => 'btn btn-primary form-control']) !!}
{!! Form::close() !!}
@foreach($studentdata as $data)
{{ getPhrase('sno')}} {{ getPhrase('date')}} {{ getPhrase('Message')}} {{ getPhrase('action')}}
{{$sno++}} {{$data->created_at}} {{ $data->message }}