diffrent reports status tables updated
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
			
		||||
<div class="table-responsive mt-4">
 | 
			
		||||
<div class="table-responsive overflow-auto">
 | 
			
		||||
    <table class="table align-items-center">
 | 
			
		||||
        <thead class="border-top-style">
 | 
			
		||||
            <tr>
 | 
			
		||||
                <th> </th>
 | 
			
		||||
                <th style="width: 152px;"></th>
 | 
			
		||||
                @foreach($class->dates as $date)
 | 
			
		||||
                    <th class="text-right pl-0">{{ $date }}</th>
 | 
			
		||||
                    <th class="text-right">{{ $date }}</th>
 | 
			
		||||
                @endforeach
 | 
			
		||||
                <th class="text-right pl-0">{{ trans_choice('general.totals', 1) }}</th>
 | 
			
		||||
                <th class="text-right">{{ trans_choice('general.totals', 1) }}</th>
 | 
			
		||||
            </tr>
 | 
			
		||||
        </thead>
 | 
			
		||||
    </table>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user