@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content')
@include('common.alert')
@foreach ($data as $value) @endforeach
Title Type Description Action
{{ $value->title }} {{ ucfirst($value->type) }} {!! $value->description !!}
@csrf @method('DELETE')
Title Type Description Action
{{-- Pagination --}}
@endsection @section('script') @endsection