@extends('frontend.frontend-page-master') @section('page-title') {{__('Tags:')}} {{$tag_name}} @endsection @section('site-title') {{__('Tags:')}} {{$tag_name}} @endsection @section('breadcrumb')
  • {{get_static_option('blog_page_'.$user_select_lang_slug.'_name')}}
  • {{__('Tags:')}} {{$tag_name}}
  • @endsection @section('page-meta-data') @endsection @section('content')
    @if(count($all_blogs) < 1)
    {{__('No Post Available In ').$tag_name.__(' Tags')}}
    @endif @foreach($all_blogs as $data)
    {!! render_image_markup_by_attachment_id($data->image) !!}

    {{$data->title}}

    {{$data->excerpt}}

    @endforeach
    @include('frontend.partials.sidebar')
    @endsection