@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.activity_report') }} @parent @stop @section('header_right')
{{csrf_field()}}
@stop {{-- Page content --}} @section('content')
@stop @section('moar_scripts') @include ('partials.bootstrap-table', ['exportFile' => 'activity-export', 'search' => true]) @stop