@extends('layouts.dashboard') @section('content')

Settings

@if(Session::has('msg'))

{{ Session::get('msg') }}

@endif

Contact Details

Whatsapp {{ $result->whatsapp }}
Contact {{ $result->phone }}
Email {{ $result->email }}
@endsection