@extends('backend.master') @section('title') ড্যাশবোর্ড @endsection @section('body')

ড্যাশবোর্ড

@if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1) @php $webInfo = webInfo(); @endphp
স্বাগতম !

{{ $webInfo->municipality_name }}

{{ Auth::user()->name }}

{{ Auth::user()->designation }}

৳ {{ number_format(Auth::user()->balance, 2) }}

Personal balance

৳ {{ number_format(Auth::user()->pending_balance, 2) }}

Pending balance

এই মাসের আয়

{{ NumToBnMonth(date('m')) }}

৳ {{ NumToBn($trade+$trade_renewal+$trade_app_fee+$tax+$character+$identityCard+$unmarried+$landless+$impaired+$successor_app+$successor_sanad+$other_sanad+$succession+$building_app_payment+$building_payment+$case_payment+$family) }}

@if($set_value != '-')

{{$persent_value}}% From previous month

@else

{{$persent_value}}% From previous period

@endif

মোট নাগরিক

{{ NumToBn(4000+$all_citizen+\App\Models\HoldingSurveyInfo::query()->count()) }} জন

মোট সেবা

{{ NumToBn($all_helps) }} টি

মোট আয় ({{ NumToBn(substr("$fiscal_year", 0, 4)) }}-{{ NumToBn(substr("$fiscal_year", 5)) }})

৳ {{ NumToBn($all_earning) }}

এই মাসের আয়

@foreach($notices as $item) @endforeach
{{ NumToBn($loop->iteration) }} {{ $item->hading }} {{ date('d M, Y', strtotime($item->created_at)) }}
@foreach($titles as $item) @endforeach
{{ NumToBn($loop->iteration) }} {{ $item->hading }} {{ date('d M, Y', strtotime($item->created_at)) }}
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
Buy BTC
--}} {{--

14 Mar, 2020

--}} {{--
--}} {{--
--}} {{--
--}} {{--
0.016 BTC
--}} {{--
--}} {{--
--}} {{--
--}} {{--
$125.20
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@else

স্বাগতম

@endif @endsection @section('script') @endsection