@extends('backend.layouts.main_layout') @section('title','Profile') @section('content_header')

Account Balance {{ Auth::guard('advocate')->user()->point_available }}

{{ Session::get('error_msg')}} @if(Session::get('error_msg')) Recharge @endif {{ Session::get('succ_msg') }}
@if(Auth::guard()->user()->detail_status==0) Details @endif
@endsection @section('main_content')
@php $sln=1; @endphp @foreach($services as $point) @csrf @php $sln++; @endphp @endforeach
Sl. No. Service Name Package Available Document Required Customer List Create Orders
{{ $sln }} {{ $point->service_name }} Show Docs
@endsection