@extends('../layout/' . $layout) @section('subhead') Gifts @endsection @section('subcontent') @php $currency = DB::table('systemflag')->where('name', 'Currency')->select('value')->first(); @endphp

Stories

@if (count($story) > 0)
@php $no = 0; @endphp @foreach ($story as $stori) @if ($stori->mediaType == 'image') @elseif($stori->mediaType == 'video') @else @endif @endforeach
# PROFILE NAME MEDIATYPE MEDIA VIEWS CREATED AT ACTION
{{ ($page - 1) * 15 + ++$no }}
Astrologer image
{{ $stori->name }} {{ $stori->mediaType }}
Astrologer image
{{ $stori->media }}{{$stori->StoryViewCount}} {{ $stori->created_at }}
@if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@else
noData

No Data Available

@endif @endsection @section('script') @endsection