{{ __('ResellerShops') }} All

+ Add New
@foreach ($ResellerShops as $Shop) @endforeach {{-- @if($ResellerShops->links()) @endif --}}
# Name Email Mobile Actions
{{$loop->index+1}} {{$Shop->User->name}} {{$Shop->User->email}} {{$Shop->User->Mobile->mobile}} 👁 Show 🖆 Edit
@csrf @method('delete')
{{ $ResellerShops->links() }}