@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('admin/licenses/general.software_licenses') }}
@parent
@stop
@section('header_right')
@can('create', \App\Models\License::class)
{{ trans('general.create') }}
@endcan
@stop
{{-- Page content --}}
@section('content')
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table')
@stop