@extends('layouts.app') @section('content')

{{ $settings->site_name }} KYC Application list

@foreach ($kycs as $list) @endforeach
User KYC Status
@if ($list->user) {{ $list->user->name }} @endif @if ($list->status == 'Verified') Verified @else {{ $list->status }} @endif View application
@endsection