{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if($allowedUsers) {!!Helper::getListAddBtn(route("managers.create"),"Add User")!!} @endif
@include("backend.alerts") {!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection