hidden-mobile added for relating blade files
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
			
		||||
            <x-table>
 | 
			
		||||
                <x-table.thead>
 | 
			
		||||
                    <x-table.tr>
 | 
			
		||||
                        <x-table.th class="ltr:pr-6 rtl:pl-6 hidden sm:table-cell" override="class">
 | 
			
		||||
                        <x-table.th class="ltr:pr-6 rtl:pl-6 hidden sm:table-cell" hidden-mobile override="class">
 | 
			
		||||
                            <x-index.bulkaction.all />
 | 
			
		||||
                        </x-table.th>
 | 
			
		||||
 | 
			
		||||
@@ -44,7 +44,7 @@
 | 
			
		||||
                            </x-slot>
 | 
			
		||||
                        </x-table.th>
 | 
			
		||||
 | 
			
		||||
                        <x-table.th class="w-4/12 hidden sm:table-cell">
 | 
			
		||||
                        <x-table.th class="w-4/12" hidden-mobile>
 | 
			
		||||
                            <x-slot name="first">
 | 
			
		||||
                                <x-sortablelink column="email" title="{{ trans('general.email') }}" />
 | 
			
		||||
                            </x-slot>
 | 
			
		||||
@@ -67,7 +67,7 @@
 | 
			
		||||
                <x-table.tbody>
 | 
			
		||||
                    @foreach($companies as $item)
 | 
			
		||||
                        <x-table.tr href="{{ route('companies.edit', $item->id) }}">
 | 
			
		||||
                            <x-table.td class="ltr:pr-6 rtl:pl-6 hidden sm:table-cell" override="class">
 | 
			
		||||
                            <x-table.td class="ltr:pr-6 rtl:pl-6" hidden-mobile override="class">
 | 
			
		||||
                                @if ((company_id() != $item->id))
 | 
			
		||||
                                    <x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
 | 
			
		||||
                                @else
 | 
			
		||||
@@ -98,7 +98,7 @@
 | 
			
		||||
                                </x-slot>
 | 
			
		||||
                            </x-table.td>
 | 
			
		||||
 | 
			
		||||
                            <x-table.td class="w-4/12 hidden sm:table-cell">
 | 
			
		||||
                            <x-table.td class="w-4/12" hidden-mobile>
 | 
			
		||||
                                <x-slot name="first">
 | 
			
		||||
                                    @if ($item->email)
 | 
			
		||||
                                        {{ $item->email }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user