@include('user.inc.fetch') @extends('layouts.atlantis.layout') @Section('content')
@php($breadcome = __('messages.pyr_paymt')) @include('user.atlantis.main_bar')
{{env('CURRENCY')}}
@if (Session::has('err')) {{ Session::get('err') }} @endif
@endSection