@extends('layouts_frontend.master') @section('title','Blogs') @section('content') Customer Success Story @foreach ($blogs as $blog) {{$blog->title}} Read More @endforeach @endsection @section('extra-script') @endsection