@extends('layouts.app') @section('title', 'Edit License') @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT')
@if($license->license_type !== 'lifetime')
@endif
@foreach($modules as $module)
module_code, old('allowed_modules', $license->allowed_modules ?? [])) ? 'checked' : '' }}>
@endforeach
Cancel
@endsection