@extends('admin.layouts.app') @section('page_title', __('KYC Setting')) @section('content')

@lang('KYC Form')

@lang('Add Form')
@forelse($kycList as $key => $kyc) @empty @endforelse
@lang('No.') @lang('Form Type') @lang('Status') @lang('Action')
{{ $loop->index + 1 }} @lang($kyc->name) @if($kyc->status == 0) @lang('Inactive') @elseif($kyc->status == 1) @lang('Active') @endif @lang("Edit")
Image Description Image Description

@lang("No data to show")

@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush