@extends('../layout/' . $layout) @section('subhead') Pages @endsection @section('subcontent')

Pages

{{--Add Page --}}
@foreach ($pages as $page)

{{ $page->title }}

{!! $page->description!!}
isActive ? 'checked' : '' }} onclick="editpageStatus({{ $page->id}},{{ $page->isActive}})" href="$page->id" data-tw-target="#verified">
@endforeach
@endsection @section('script') @endsection