@extends('tenant.layouts.customer') @section('title', 'Dashboard') @section('style') @php $customerData = \App\Models\Tenant\CustomerPortalConfiguration::first(); @endphp @endsection @section('content')
@endsection @section('script') @endsection