{{-- Table Component ['href of Add Button'] & ['The Title Of The Table'] --}}
{{ __('Item Deleted!') }}
{{-- Head Of The Table --}}
@slot('table_header')
| {{ __('Adjusted Date') }} |
{{ __('Days Count') }} |
{{ __('Control') }} |
@endslot
{{-- Body Of The Table --}}
@slot('table_body')
@foreach ($adjusted_collection_dates as $adjusted)
| {{$adjusted->date}} |
15 |
|
@endforeach
@endslot