@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section') @lang('app.date') @if (!in_array('client', user_roles())) @lang('app.client') @if (!in_array('client', user_roles())) @lang('app.all') @endif @foreach ($clients as $client) {{ $client->name }} @endforeach @endif @lang('modules.contracts.contractType') @lang('app.all') @foreach ($contractTypes as $item) {{ ucwords($item->name) }} @endforeach @lang('app.clearFilters') @endsection @php $addContractPermission = user()->permission('add_contract'); @endphp @section('content')
@lang('app.date')
@lang('app.client')
@lang('modules.contracts.contractType')