@extends('layouts.admin_layout') @section('title', 'Manage Blog Tags') @section('content')

Manage Blog Tags

@foreach($blog_tags as $blog_tag_row) @endforeach
Tag Action
{{$blog_tag_row->blog_tag_name}} Edit
@endsection