@extends('layouts.master') @section('title') @lang('translation.verify-user') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.user') @endslot @slot('title') @lang('translation.verify') @endslot @endcomponent @include('partials.session')
Selfie : | @if($user->detail && $user->detail->selfie) Preview @else File not available @endif |
---|---|
ID Card (Front) : | @if($user->detail && $user->detail->idCardFront) Preview @else File not available @endif |
ID Card (Back) : | @if($user->detail && $user->detail->idCardBack) Preview @else File not available @endif |