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

Tags

@foreach($tags as $tag)

{{$tag->tag}}

@endforeach
@endsection @section('script') @endsection @section('style') @endsection