@extends('layouts.master') @section('title', 'Farm App - Tags') @section('content')
Tags
TAGS {{ $tags->count() }}
@foreach($tags as $tag) {{$tag->tag_name}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection