@extends('layouts.main') @section('title') Account Opening: Create @endsection @section('content')
@csrf @include('accountOpening.partials.form')
 Cancel
@endsection @section('scripts') @endsection