@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 {{ Form::open([ 'method' => 'post', 'route' => ['licenses.export'], 'class' => 'form-horizontal', 'style' => 'display: inline; margin-right: 5px;' ]) }} {{ csrf_field() }} {{ Form::close() }} @stop {{-- Page content --}} @section('content')