@extends('layouts.app') @section('title','Content List') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('website-content-create', $authRolePermissions)) Add New Content @endif
@include('website-setting.contents.table1')
@endsection