@extends('backend.master') @section('title') ব্যাংক অ্যাকাউন্ট @endsection @section('body') @if(Auth::user()->user_type == 4 || strpos(Auth::user()->permission, 'f') !== false)

ব্যাংক অ্যাকাউন্ট

@include('backend.water.bank-account.index-data')
ব্যাংক এবং ব্রাঞ্চের তথ্য
{{ Form::open(['route'=>'water.bank-account.store','method'=>'POST', 'class'=>'needs-validation', 'novalidate']) }}

{{ Form::close() }}
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection