@extends('layouts.mastercms') @section('content')
@foreach($posts as $posts) @endforeach
id Name Email Message Action
{{$posts->id}} {{$posts->name}} {{$posts->email}} {{$posts->message}}
@csrf @method('DELETE')
@endsection