@extends('layouts/contentNavbarLayout') @section('title', 'blog') @section('vendor-style') @endsection @section('content')

{{trans('main.Blog')}}

{{trans('main.add_blog')}}

@foreach($blogs as $blog) @endforeach
# {{trans('main.title')}} {{trans('main.category')}} {{trans('main.image')}} {{trans('main.action')}}
{{$i}} {{$blog->getTranslation('name','en')}} {{$blog->category->getTranslation('name','en')}}
@endsection @section('page-script') @endsection