@extends('layouts.member-app') @section('page-title')
{{ __($pageTitle) }}
@if($user->cans('add_contract'))
@lang('modules.contracts.createContract')
@endif
@lang('app.menu.home')
{{ __($pageTitle) }}
@endsection @push('head-script')
@endpush @section('filter-section')
@lang('app.selectDateRange')
@lang('app.client')
@lang('app.all')
@foreach($clients as $client)
{{ ucwords($client->name) }}
@endforeach
@lang('modules.contracts.contractType')
@lang('app.all')
@foreach($contractType as $type)
{{ ucwords($type->name) }}
@endforeach
@lang('app.apply')
@lang('app.reset')
@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