@extends('layouts.innerpage') @section('title', 'New Trends') @section('content')

New Trends

@if(count($adminstories)>0) @foreach($adminstories as $storykey=>$storyitem) @endforeach @else

No data to display!

@endif
@endsection