@extends('template-layout.app') @section('content') @include('header')

{{ $meta_data->meta_title }}

@foreach ($blogs as $blog) @endforeach
@include('footer') @endsection