@if (count($errors) > 0)
Whoops! There were some problems with your input.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(Session::has('subscription_mesg'))
{{ Session::get('subscription_mesg') }}
@endif
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@if(\Request::is('client/loginpage'))
@else
@endif
@endsection