@extends('admin.admin_master')
@section('admin')
Blogs All Data
Sl |
Blog Category |
Blog Title |
Blog Tags |
Blog Image |
Action |
@php($i = 1)
@foreach($blogs as $key => $item)
{{ $i++}} |
{{ $item['category']['blog_category'] }} |
{{ $item->blog_title }} |
{{ $item->blog_tags }} |
|
|
@endforeach
@endsection