You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
337 B

@extends('layouts.app')
@section('title', trans('subscription.show'))
@section('content')
<h1 class="page-header">{{ $subscription->domain_name }} <small>{{ trans('subscription.show') }}</small></h1>
<div class="row">
<div class="col-md-6">
@include('subscriptions.partials.subscription-show')
</div>
</div>
@endsection