@extends('adminlte::page') @section('title', __('global.Create').' '.__('global.Licence')) @section('content_header')

@lang('global.Create') @lang('global.Licence')

@endsection @section('content')
@include('common.form-errors') @csrf @include('licences.partials._form')
{!! Util::FormSubmitActions("licences", route("licences.index")) !!}
@endsection