@extends('layouts_frontend.master') @section('title','Blogs') @section('content')

Customer Success Story

@foreach ($blogs as $blog)

{{$blog->title}}

@endforeach
@endsection @section('extra-script') @endsection