@extends('backend.settings.page-attributes.layout') @section('title','Page Attributes Settings') @section('page-attributes-content') @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@foreach($pages as $item) @endforeach
Page
{{ $item->name }}
@endsection