@extends('layouts.admin_layout') @section('title', 'Manage Blogs') @section('content') Manage Blogs Home Manage Blogs Add Blog Title Action @foreach($blogs as $blog_row) {{$blog_row->blog_title}} Edit @endforeach @endsection