@extends('layouts.app') @section('title','License Authentications') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('license-authentications-create', $authRolePermissions)) @endif
@include('license-authentications.table')
@endsection