@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')
@if ($activeTab == 'profile')

@lang('app.duration')

@lang('app.leadAgent')

@lang('app.clearFilters')
@endif @endsection @section('content')
@include($view)
@endsection @push('scripts') @include('sections.datatable_js') @endpush