@extends('web.layout.app') @section('content')

{{translate('Blog')}}

@foreach($blogs as $blog) @endforeach
@endsection