@extends('layouts.admin_layout') @section('title', 'Manage Blog Tags') @section('content') Manage Blog Tags Home Manage Blog Tags Add Blog Tag Tag Action @foreach($blog_tags as $blog_tag_row) {{$blog_tag_row->blog_tag_name}} Edit @endforeach @endsection