@extends('backend.layout.master') @section('content')

Pages List

@foreach ($pages as $key => $page) @endforeach
No Title Slug Date Last Updated Status Action
{{ ++$key }} {{ $page->title }} {{ $page->slug }} {{ $page->created_at }} {{ $page->updated_at }} {{ $page->status == '1' ? 'Active' : 'Non-Active' }}
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection @push('specific_css') @endpush @push('specific_js') @endpush