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