@extends('layouts.main') @section('content')

Add Bank

@if(Auth::user()->canDo(['view_banks'])) View Banks @endif
@csrf
@endsection