@extends('User.layouts.layout') @section('desc_text',__('messages.blogs')) @section('breadcrumb',__('messages.blogs')) @section('left_image',$setting['blogs_image']) @section('contents') @if (count($Blogs))

{{ $SEO['offers']['title_'.lang()]['value'] }}

{{ $SEO['blog']['title_'.lang()]['value'] }}

@foreach ($Blogs as $Blog)
{{ $Blog['title_'.lang()] }}
{{ $Blog['title_'.lang()] }}
@endforeach
@endif @endsection @if($Blog->noindex) @section('noindex') @endsection @endif @section('SEO') {{ $SEO['blog']['title_'.lang()]['value'] }} @endsection