@extends('adminsection.layouts.master') @section('title') Page || @parent @stop @section('page-title') Page @stop @section('main-content')
Add New
@foreach($pages as $page) @endforeach
# Name Status Details Action
{{$loop->iteration}} {{$page->name}} @if($page->status == 1) Active @else Inactive @endif Edit @if($page->slug != 'about-us' && $page->slug != 'contact-us') Delete @endif
{{$pages->links()}}
@stop