@extends('layouts.master') @section('contain') {{-- style="box-shadow: 0px 0px 14px 3px #cfcfcf; background: linear-gradient(45deg, rgb(241, 234, 234), transparent);border: 1px solid #cdcdcd;" --}}
| S.No | Name | Media | Thumbnail | Date | Views | {{--Action | --}}{{ $num++ }} | {{ $story->user->full_name }} | {{----}} {{-- --}} {{-- --}} {{-- --}} {{-- | --}}
@if ($story->image != null)
@php
$extension = pathinfo($story->image, PATHINFO_EXTENSION);
$mediaUrl = env('MEDIA_URL') . $story->image;
@endphp
@if (in_array($extension, ['jpg', 'jpeg', 'png', 'gif','jfif','GPEG']))
Unsupported media type: {{ $extension }} @endif @else
@endif
|
@if ($story->thumbnail != null)
|
{{ $story->created_at->format('Y-m-d') }} | {{$story->story_views_count}} | @endforeach
|---|