@extends('base') @section('main')
@csrf
@foreach($tags as $tag) @endforeach
Title Action
{{ $tag['title'] }}
@csrf @method('DELETE')
@endsection