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