@extends('layouts.app') @section('title', 'Task Charges') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('task-charges-create', $authRolePermissions)) @endif
@include('task-charges.table')
@endsection