@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') @lang('app.all') @foreach ($clients as $client) {{ ucwords($client->name) }} @endforeach @endif @lang('app.clearFilters') @lang('app.project') @lang('app.all') @foreach ($projects as $project) {{ ucwords($project->project_name) }} @endforeach @lang('app.status') @lang('app.all') @lang('app.pending') @lang('app.complete') @lang('app.failed') @endsection @php $addPaymentPermission = user()->permission('add_payments'); @endphp @section('content')
@lang('app.date')
@lang('app.client')