@php
$action = isset($method) && $method=='create' ? route('license.store') : route('license.update', $license->id);
$title = (isset($method) && $method=='create') ? __('license.create.title') : __('license.update.title');
@endphp
{{$title}}
{{$description}}
{!! __('role.create.note') !!}