@extends("layouts.admin.app") @section("page-title") {{__('dashboard')}} @endSection @section("page-nav-title")

{{__('dashboard_company')}}

@endsection @section("content")
@if(isPermissionsAllowed("control-website-digisol"))

{{__("Digisol ContactUs")}}

{{$counter->DigisolContact}}

@endif @if(isPermissionsAllowed("control-settings-website-kadytech"))

{{__("KadyTech ContactUs")}}

{{$counter->KadyTechContact}}

@endif
@endsection @section("scripts") @endsection