@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/licenses/general.view') }} - {{ $license->name }} @parent @stop {{-- Page content --}} @section('content')
@can('update', \App\Models\License::class) @include ('modals.upload-file', ['item_type' => 'license', 'item_id' => $license->id]) @endcan @stop @section('moar_scripts') @include ('partials.bootstrap-table') @stop