@extends('layouts.layout-inner') @section('content')

{{ isset($pageTitle) ? $pageTitle : 'Untitled' }}

Social Care Training Ireland Ltd.

15 Dublin St, Carlow

0879576221
catherine.mccarthy@socialcaretraining.ie
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('success'))
× Success! {{ Session::get('success') }}
@endif @if(Session::has('error'))
× Warning! {{ Session::get('error') }}
@endif
@include('frontend.partials.errormessages')
@include('frontend.partials.errormessages')
@include('frontend.partials.errormessages') This needs to be a valid integer.
@include('frontend.partials.errormessages')

Please enter the sum of numbers, this helps prevent spam

<% num1 %> + <% num2 %>
{!! csrf_field() !!}
@endsection