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