@section('title', '- Edit Bank Account') @extends('layouts.app') @section('section')

@include('alerts.success') @include('alerts.warning')
{{ method_field('PUT') }} {{ csrf_field() }}



@endsection