@php $layout = ($checkBankCreate == "firstTime") ? 'layout.onetime-app' : 'layout.app'; @endphp @extends($layout) @section('title','Create Bank Account') @push('header_script') @endpush @section('content') @if($checkBankCreate != "firstTime")
@endifPlease fill bank details.