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

Settings

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

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

@endif

App Store Link Details

Client Android App Link {{ !empty($result->host_playstore_link) ? $result->host_playstore_link : ''; }}
Client IOS App Link {{ !empty($result->host_appstore_link) ? $result->host_appstore_link:''; }}
Partner Android App Link {{ !empty($result->partner_playstore_link) ? $result->partner_playstore_link : ''; }}
Partner IOS App Link {{ !empty($result->partner_appstore_link) ? $result->partner_appstore_link : ''; }}
@endsection