@extends('layouts.app') @section(section: 'content')
@if($tags->isEmpty())

등록된 태그가 없습니다.

@else
@foreach($tags as $tag) @endforeach

태그를 선택하면 게시글이 조회됩니다.
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush