@extends('dashboards.admins.layouts.admin-dash-layout') @section('title','Dashboard') @section('content')

Dashboard

{{ DB::table('lands')->count() }}

အိမ်/ခြံ/မြေ

More

{{ DB::table('kls')->count() }}

ဆောင်းပါးအထွေထွေ

More

{{ DB::table('sds')->count() }}

ကုသိုလ်ရေး

More

{{ DB::table('users')->count() }}

User Registrations

More info

နောက်ဆုံးတင်ထားသည့် အိမ်ခြံမြေ

@forelse ($l as $ll) @empty No Data Found! @endforelse
Code No မြေကွက်အမှတ် မြို့နယ်
{{ $ll->code_no }} {!! $ll->ln !!} {{ $ll->ts ? $ll->ts->ts : '_' }}

နောက်ဆုံးတင်ထားသည့် ဆောင်းပါးအထွေထွေ

@forelse ($kl as $k) @empty No Data Found! @endforelse
Title
{{ $k->title }}

နောက်ဆုံးတင်ထားသည့် ကုသိုလ်

@forelse ($sd as $d) @empty No Data Found! @endforelse
Title
{{ $d->title }}

@endsection