@extends('backend.master') @section('title') ট্যাক্স আদায় করুন @endsection @section('body') @if(Auth::user()->user_type == 6 && count(bankPermission('tax')) > 0)

ট্যাক্স আদায় করুন

{{ Form::open(['id'=>'search','method'=>'GET', 'class'=>'needs-validation', 'novalidate']) }}
{{ $errors->has('word_no') ? $errors->first('word_no') : ' ' }}
ওয়ার্ড নং
{{ $errors->has('holding_no') ? $errors->first('holding_no') : ' ' }}
{{ Form::close() }}
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection