@extends('admin.layouts.app') @section('content')

imgBlog

@forelse($blog as $val) @empty @endforelse
# Title Detail Image Actions

{{ $val->id }}

{{ $val->title }} {!! $val->detail !!} @if($val->image) @else No image @endif
Data not found!
@endsection