@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/licenses/general.view') }} - {{ $license->name }} @parent @stop {{-- Right header --}} @section('header_right')
@can('update', $license) @endcan
@stop {{-- Page content --}} @section('content')
@stop