@extends('Studio::studioDashboard') @section('title', trans('messages.bitpay')) @section('contentDashboard')

@lang('messages.bitpay'): {{$model->username}}

@include('Studio::memberMenu', ['modelId' => $model->id, 'activeMenu' => 'bitpay'])
{!! Form::open(array('method' => 'POST', 'role' => 'form')) !!} @include('Studio::bitpayForm', ['bitpay' => $bitpay])
{{Form::close()}}
@endsection