@extends ('core.layouts.app') @section ('title', $lang['title'].' | ' . trans('features.reports')) @section('content')
{{$lang['title']}}
@include('focus.report.'.$lang['module'])
@endsection @section('extra-scripts') {{ Html::script('focus/js/select2.min.js') }} @endsection @section('after-styles') @endsection