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