@extends('layouts.app') @section('content')
@if (Session::get('delete'))
Delete!
{{Session::get('delete')}}
@endif @if (Session::get('destroyAll'))
Delete All!
{{Session::get('destroyAll')}}
@endif

Bank List

View Trash Delete All
Name Branch Account No Address Phone Email Action
@endsection