@extends('layouts.member-app') @section('page-title')

{{ __($pageTitle) }}

@if($user->cans('add_contract')) @lang('modules.contracts.createContract') @endif
@endsection @push('head-script') @endpush @section('filter-section')
@lang('app.selectDateRange')
 
@lang('app.client')
@lang('modules.contracts.contractType')
@endsection @section('content')

{{ $contractCounts }} @lang('modules.contracts.totalContracts')

{{ $aboutToExpireCounts }} @lang('modules.contracts.aboutToExpire')

{{ $expiredCounts }} @lang('modules.contracts.expired')

{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') @if($global->locale == 'en') @else @endif {!! $dataTable->scripts() !!} @endpush