Tags

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif

Edit Existing Tag Please fill up this form carefully


{{ csrf_field() }}

All Tags manage your Tag

@foreach(\App\Tag::all() as $tag) @endforeach
# Name Action
{{ $tag->id }} {{ $tag->name}}
{{ csrf_field() }}