@extends('admin.layouts.app') @section('title', 'Page List') @section('content')

Page List

Page Lists

@foreach($data as $key => $value)
{{ $value->title }}

{{ $value->name }}

@endforeach
@endsection @push('css') @endpush @push('js') @endpush