@extends('layouts.mastercms') @section('content')
@include('flash')
Create @foreach($book as $posts) @endforeach
Id Cover Title Author Action
{{$posts->id}} {{$posts->title}} {{$posts->author}}
@csrf @method('DELETE')
@endsection