@extends('layouts.app') @section('title', 'Edit License') @section('page-title', 'Edit License') @section('page-subtitle', 'Update license information') @section('content')
@csrf @method('PUT')

{{ $license->license_key }}

License key cannot be changed

@error('customer_name')

{{ $message }}

@enderror
@error('customer_email')

{{ $message }}

@enderror
@error('product_name')

{{ $message }}

@enderror
Cancel
@endsection