@extends('admin.layouts.app') {{-- @push('style') @endpush --}} {{-- @section('pagetitlesection') @endsection --}} @section('content')

Pages

@foreach ($listPages as $page) @endforeach
Page Title Page Description Created On Status Action
{{ $page->title }} {{ ($page->description!="")?substr($page->description, 0,50).'...':'' }} {{ date('d-m-Y', strtotime($page->created_at)) }} @switch($page->status) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
@endsection @push('scripts') {{-- --}} @endpush