@extends('frontend.layouts.app') @section('meta_title', 'Blogs') @section('content')
Blog
@forelse($blogs as $blog)
@empty
@endforelse
@endsection