@extends('admin.dashboard.layouts.app') @section('title', panel_setting_title("Üye İşyeri Başvuru")) @push('style-libraries') @endpush @push('styles') @endpush @section('content')

Üye İşyeri Başvuru

@forelse($apps as $item) @empty @endforelse
Üye İş Yeri Adı Website Yetkili Kişi Adı Yetkili Kişi E-Posta Yetkili Kişi Telefon İşlemler
{{ $item->merchant_name }} {{ $item->website }} {{ $item->auth_person_name }} {{ $item->auth_person_email }} {{ $item->auth_person_phone }}
Veri bulunamadı
{{ $apps->links() }}
@endsection @push('script-libraries') @endpush @push('scripts') @endpush