@extends('front.template.master') @section('title', 'Blogs | Unilinkindia') @section('content')

BLOGS

@foreach($blogs as $blog)

{{ $blog->title }}

{{ $blog->short_description }}

author image
@endforeach
@endsection