@extends('frontend.layouts.app') @push('title') {{ $title }} @endpush @section('content') {{$title}} {{__('Home')}} {{$title}} @forelse ( $stories as $story ) {{ \Carbon\Carbon::parse($story->created_at)->format('M d, Y') }} {{$story->title}} {{__(' Know More')}} @empty {{__('No Story Found')}} @endforelse {{$stories->links()}} @endsection
{{ \Carbon\Carbon::parse($story->created_at)->format('M d, Y') }}
{{__('No Story Found')}}