@extends('admin.layout.master')
@section('main_content')
@include('admin.layout.nav')
@include('admin.layout.sidebar')
SL |
Photo |
Title |
Category |
Action |
@foreach($posts as $post)
{{ $loop->iteration }} |
|
{{ $post->title }} |
{{ $post->blog_category->name }}
|
|
@endforeach
@endsection