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