@extends('dashboard.layouts.layouts') @section('title') Blog @endsection @section('content')

Blogs All Blogs

@if(session()->has('created')) @endif @if(session()->has('updated')) @endif @if(session()->has('deleted')) @endif

All Blogs Info

Add New Blog
@foreach($blogs as $blog) {{-- --}} @endforeach
Id Image Blog Title Blog Author Date Action
{{$blog->id}} {{$blog->blog_en->title}} {{$blog->blog_en->author}}{{$blog->blog_en->subject}}{{$blog->created_at->format('D M Y')}} {{-- --}}
@foreach($blogs as $blog) @endforeach
@endsection('content')