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

All Happy Stories

@foreach($happyStories as $story) @endforeach
ID Image Title Description Married at Posted at Is active Action
#{{$story->id}} Img {{$story->title}} {{$story->description}} {{$story->married_at}} {{$story->created_at}} @if($story->status == 1) YES @else NO @endif Edit 
@endsection @section('js_assets') @endsection