@extends('themes.default1.agent.layout.agent') @section('sidebar') @stop @section('Report') class="nav-link active" @stop @section('dashboard-bar') active @stop @section('PageHeader')

{!! Lang::get('lang.report') !!}

@stop @section('dashboard') class="active" @stop @section('content') {{-- Success message --}} @if(Session::has('success'))
{{Session::get('success')}}
@endif {{-- failure message --}} @if(Session::has('fails'))
{!! Lang::get('lang.alert') !!}! {{Session::get('fails')}}
@endif

{!! Lang::get('lang.help_topic') !!}

{!! Form::label('helptopic', Lang::get('lang.help_topic')) !!}