@extends('dashboard.layout') @section('content')

{{__('Search')}}

@forelse($pages as $row) @php $row->structure(); @endphp
Attachment Image

{{$row->title}}

{{$row->description}}
@empty {{__('Sorry, No data here.')}} @endforelse
@forelse($posts as $row) @php $row->structure(); @endphp
{{$row->title}}

{{$row->title}}

{{$row->description}}
@empty {{__('Sorry, No data here.')}} @endforelse
@forelse($categories as $row) @php $row->structure(); @endphp
Attachment Image

{{$row->title}}

{{$row->description}}
@empty {{__('Sorry, No data here.')}} @endforelse
@forelse($tags as $row) @php $row->structure(); @endphp
Attachment Image

{{$row->title}}

{{$row->description}}
@empty {{__('Sorry, No data here.')}} @endforelse
@endsection