@extends('layouts.app') @section('title','Places List') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('library-places-create', $authRolePermissions)) Add New @endif
@include('library-setting.places.table')
@endsection