@extends('layouts.default_layout') @section('stylesheet') @endsection @section('content')

New Blogs

@if(!empty($recipes) && $recipes->count()) @foreach($recipes as $recipe)
@endforeach @else
not found

No Blog found

@endif
@endsection @section('script') @endsection