@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Profile Call Statistics @endsection @section('content')

Profile Call Statistics

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
@csrf
Profile On Listing calls Profile page calls Action
@endsection @section('custom_js') @endsection