@extends('frontend.layouts.frontend') @section('metaTitle', $page->metaTitle) @section('metaDescription', $page->metaDescription) @section('metaKeywords', $page->metaKeywords) @section('content')
@include('frontend.section.process-tab') {{-- LOGIN --}}
@include('frontend.section.loan-product-details')
@endsection