@extends('layouts.main') @section('title', $data['title']) @section('content')

Bank

@if (canCreate('Bank Master')) @if ($data['userType'] != 0) @endif @endif
{{--
 
--}}
{{--
--}}
@csrf @endsection('content') @section('custom-scripts') @endsection