@extends('layouts.app') @section('title','Biling Interval') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('billing-interval-create', $authRolePermissions)) @endif
@include('biling-interval.table')
@endsection @section('js') @endsection