@extends('backend.master') @section('title') সংযোগ ফী @endsection @section('body') @if(Auth::user()->user_type == 4 || strpos(Auth::user()->permission, '5') !== false || strpos(Auth::user()->permission, '6') !== false)

সংযোগ ফী

@if(Auth::user()->user_type == 4 || strpos(Auth::user()->permission, '6') !== false) @endif
@if(Auth::user()->user_type == 4 || strpos(Auth::user()->permission, '5') !== false)
@include('backend.water.connection-bill.index-data')
@endif
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection