@extends('layouts.mastercms') @section('content')
@include('flash')
Create @foreach($Tag as $posts) @endforeach
id title desc Action
{{$posts->id}} {{$posts->title}} {{$posts->description}}
@csrf @method('DELETE')
@endsection