@yield('styles')
path() == '/') href="#welcomeArea" @else href="{{url('/')}}" @endif>
@if(session('CurrentAccount')=='')
path() == '/') href="#hiw" @else href="{{url('/')}}#hiw" @endif >How it work
path() == '/') href="#feature" @else href="{{url('/')}}#feature" @endif >Our Services
path() == '/') href="#video" @else href="{{url('/')}}#video" @endif >About Us
path() == '/') href="#transaction" @else href="{{url('/')}}#transaction" @endif >Transaction
path() == '/')href="#faq" @else href="{{url('/')}}#faq" @endif >FAQ
path() == '/') href="#testimonial" @else href="{{url('/')}}#testimonial" @endif >Testimonial
path() == '/') href="{{route('contact')}}" @else @endif >Contact
@else
Dashboard
Deposit
Withdraw
@endif @if(session('CurrentAccount')!='')
Exit
@csrf
@endif
@yield('content')
@include('layouts.notify') @yield('scripts')