@extends('layouts.backend') @section('title', $customer->displayName()) @section('page_script') @endsection @section('page_header')

{{ $customer->displayName() }}

@endsection @section('content') @include('admin.customers._tabs')
@if(Auth::user()->admin->can('create', new Acelle\Model\Subscription())) @endif
@endsection