@extends('admin/layouts/dashboard')
@section('breadcrumbs', Breadcrumbs::render(Route::currentRouteName()))
@section('content')
@if( $forms->isEmpty() )
@else
@endif
@endsection
@section('modal')
@endsection
@section('script')
@include('admin.helper.active.state_js', [
'btnSelector' => '.js-change-activity'
])
@endsection