{{View::make('layout.header')}}

Send Message

@if (\Session::has('statusMsg'))
× Success! {{ Session::get('statusMsg') }}
@endif
@if ($errors->has('expiry_date')){!!$errors->first('expiry_date')!!}@endif
@if ($errors->has('message')){!!$errors->first('message')!!}@endif
@if ($errors->has('receiver')){!!$errors->first('receiver')!!}@endif
{{View::make('layout.footer')}}