@extends('layouts.app')
@section('contentSection')
@endsection
@section('pageSpecificScripts')
@if (Session::has('success'))
@endif
@if (Session::has('errors'))
@endif
@if (Session::has('rsuccess'))
@endif
@if (Session::has('rerrors'))
@endif
@endsection