@extends('layouts.app')
@push('datatable-styles')
@include('sections.datatable_css')
@endpush
@section('filter-section')
@lang('app.project')
{{-- Fix Bug 2: value must be project_name (string) so DataTable can filter by project_name column --}}
@lang('modules.subContractor.subContractor')
@lang('app.clearFilters')
@endsection
@section('content')
@if (in_array('admin', user_roles()))
@lang('modules.subContractor.addPayment')
@endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection
@push('scripts')
@include('sections.datatable_js')
@endpush