@extends('dashboard.layouts.layouts') @section('title', 'Dashboard') {{--Drop Your Customized Style Codes Here--}} @section('customizedStyle') @endsection {{--Drop Your Customized Scripts Codes Here--}} @section('customizedScript') @endsection {{-- Start of page Content --}} @section('content')

Blog All Blogs

All Blogs Info

Add New Blog
@include('dashboard.layouts.messages') @if($blogs) @foreach($blogs as $blog) @endforeach @else @endif
id Image Title description Created by Created at Updated at Actions
id Image Title description Created by Created at Updated at Actions
{{$blog->id}} {{$blog->image->alt}} {{$blog->blog_en->title}} go to description {{$blog->created_by_user->user_en->fname." ".$blog->created_by_user->user_en->lname}} {{$blog->created_at}} {{$blog->updated_at}} {{--{{$feature->id}}--}}
@if($blogs) @foreach($blogs as $blog) @endforeach @endif
@endsection