@php $recipes = DB::table('blogs')->get(); @endphp
@foreach ($recipes as $item) @endforeach