@extends('layouts.master') @section('titel', 'J.V. | ') @section('content') @include('partials.header') @include('partials.sidebar')

Bank Opening Form

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@endsection