@extends('layouts.front_layout') @section('content') @section('title', 'Blog') @section('meta_title', 'Sarawat Film & Entertainmen') @section('meta_description','Sarawat Film & Entertainmen') @section('meta_keywords','Sarawat Film & Entertainmen')

Blog

@foreach($blogs as $blog)
{{$blog->title}}

{{$blog->title}}

{{$blog->short_desc}}

@endforeach
@stop