@extends('layouts.frontend') @section('content')
@if($successstories) @foreach($successstories as $successstory)
{{$successstory->title}}
  • {{$successstory->author_name}}
  • {{date_format($successstory->created_at,'F jS, Y')}}
  • {{$successstory->location}}
  • {{$successstory->views}}
  • {{$successstory->likes}}

{!!$successstory->short_content!!}

Continue reading
@endforeach @endif

Most Viewed Success Stories

@if($mostviews) @foreach($mostviews as $mostview) @endforeach @endif

Quick Links

@endsection