@extends('layouts.main') @section('title') KYC Form: Show @endsection @section('content')
@include('kycForm.partials.form', ['show' => true])
 Cancel
@endsection