@extends('layout.app') @section('title') Create Collateral @endsection @section('pagetitle') Create Collateral @endsection @section('content')
@include('includes.errors') @include('includes.success')
@csrf @if(!empty($_GET['return_url'])) @endif @if(!empty($_GET['customerid'])) @endif @if(!empty($_GET['loanid'])) @endif

Required Field

optional Field

@endsection @section('scripts') @endsection