@extends($ajaxCall) @section("content") @if ($errors->all())
@endif @if ( Session::has('message'))
{!! Session::get('message')!!}
@endif @stop @section('js_scripts') @stop