@if(!Request::ajax()) @extends('layouts.app') @section('content') @include('layouts.inner_banner') @endif @if(!Request::ajax())
{!! $LeftPanelhtml !!}
@if(!empty($templateContent))
{!! $templateContent !!}
@endif
@endif @if(!Request::ajax()) @section('footer_scripts') @endsection @endsection @endif