@extends("layouts.admin.app")
@section("page-title")
{{__('dashboard')}}
@endSection
@section("page-nav-title")
{{__('dashboard_company')}}
@endsection
@section("content")
@if(isPermissionsAllowed("control-website-digisol"))
@endif
@if(isPermissionsAllowed("control-settings-website-kadytech"))
@endif
@endsection
@section("scripts")
@endsection