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