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