@extends('layouts.app') @section('content')

{{__('":tag" containing the tag',['tag' => $listing->tag])}}

@foreach($posts as $post) @endforeach
@endsection