@extends('frontn.layouts.app') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : ''}} @endsection @push('head-scripts') @endpush @section('content') Glimpses {{-- --}} {{-- Session--}} {{-- --}} {{-- @error('glimpse_session_id')--}} {{-- {{ $message }}--}} {{-- @enderror--}} {{-- --}} @error('glimpse_session_id') {{ $message }} @enderror Search {{-- --}} {{-- --}} {{-- @if(isset($glimpse) && $glimpse->count())--}} {{-- @foreach($glimpse as $glim)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- @else--}} {{-- --}} {{-- No glimpses found.--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} @if(isset($glimpse) && $glimpse->count()) @foreach($glimpse as $glim) @endforeach @endif @if($glimpse->total()) {{ $glimpse->links('pagination::bootstrap-5') }} @endif @endsection @push('footer-scripts') @endpush
No glimpses found.