@extends('backend.master') @section('title') পরিবার পরিচিতি @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 't') !== false)

পরিবার পরিচিতি

@csrf
@if(env('HOLDING_TAX_EXT', false)) @else @endif
হোল্ডিং নম্বর
ওয়ার্ড নং
@else @include('backend.errors.404') @endif @endsection