@extends('layouts.app') @section('title','Plan And packages') @section('pages')
@include('layouts.partials.nav-menu')
{{--
@if(auth()->user()->can('plan-and-packages-create')) @endif
--}}
@include('plan-module-mapping.child-table')
@endsection @section('js') @endsection