@if(!Request::ajax()) @extends('layouts.app') @section('content') @include('layouts.inner_banner') @endif @php if(isset($PAGE_CONTENT['response']) && !empty($PAGE_CONTENT['response']) && $PAGE_CONTENT['response'] != '[]'){ @endphp
Note: Please select your Sorting and press the GO button below.
Sort by Name
Sort by Years
@php echo $PAGE_CONTENT['response']; @endphp
@php } else{ @endphp
Coming Soon...
We are currently working on a new super awesome page.
@php } @endphp @if(!Request::ajax()) @section('footer_scripts') @endsection @endsection @endif