@extends('admin.pages.build') @section('content')
Toplam {{ $applications->count() }} Gelen Talep Bulunuyor
| Aday Bilgileri | Bölge Hedefi | İşletme Geçmişi | Başvuru Tarihi | İşlemler |
|---|---|---|---|---|
|
{{ substr($app->ad_soyad, 0, 1) }}
{{ $app->ad_soyad }}
{{ $app->email }}
{{ $app->telefon }}
|
{{ $app->lokasyon }}
|
@if($app->deneyim == 'var') Deneyimli @else Deneyimsiz @endif |
{{ $app->created_at->translatedFormat('d F Y') }}
{{ $app->created_at->format('H:i') }}
|
|
|
Henüz kayıtlı bir franchise başvurusu bulunmuyor. |
||||