@extends('admin.layouts.master') @section('content')
All Client Budget
@if(session('success'))
{{session('success')}}
@elseif(session('warning'))
{{session('warning')}}
@elseif(session('danger'))
{{session('danger')}}
@endif @if($errors->any()) {!! implode('', $errors->all("
:message
")) !!} @endif
{{--

Filters

--}}
get('startDateFrom'))) value="{{session()->get('startDateFrom')}}" @endif>
get('startDateTo'))) value="{{session()->get('startDateTo')}}" @endif>
{{--
get('endDateFrom'))) value="{{session()->get('endDateFrom')}}" @endif>
get('endDateTo'))) value="{{session()->get('endDateTo')}}" @endif>
--}}
{{-- @php session()->forget('current_date'); @endphp --}} {{--
--}} {{--
--}}
All Client Budget
{{-- --}}
@can('create',"App\Models\Users\ClientBudget") @endcan @can('import',"App\Models\Users\ClientBudget")
@csrf
@endcan
@can('export',"App\Models\Users\ClientBudget")Sample Sheet@endcan {{-- Tools --}}
ID Client Name Budget Amount Remaining Budget Used Budget Start Date End Date Remaining Fornight Total Fornight last Fornight Charged Target Rate Action
@endsection @section('script') {{-- --}} @endsection