@extends('frontend.app') @section('content')

Hi, {{ \Auth::user()->name }}

Click on the below tab to go to the respective page or avail the service.

{{-- @if (!($user->eBill && $user->eBill->is_opted_ebill == 1))
@endif --}}
@include('frontend.layouts.partials.our_services')
@endsection @section('scripts') @endsection