@extends('admin.layout') @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($listingBeautypages)>0) @foreach ($listingBeautypages as $key=>$pages) @endforeach @else @endif
ID# Page Order Pages Name Pages Title Action
{{ $pages->id }} {{ $pages->page_order }} {{ $pages->pagename }} {{ $pages->pagetitle }}
{{ trans('labels.NoRecordFound') }}
@endsection