@extends('admin.layout.app') @push('headerscript') @endpush @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach

All Blog

Add Blog
@foreach ($blog as $r) @endforeach
S.No. Name Image Date Action Delete
{{ $loop->iteration }} {{ $r->blog_name }} {{ $r->blog_date }}
@endsection @push('footerscript') @endpush