@extends('backend.layouts.app') @section('title', app_name() . ' | '. __('labels.backend.access.license.management')) @section('content') @php $types = [ 1 => 'Renew', 2 => 'Days', 3 => 'Custom Date', ]; @endphp

License Renew History

@endsection @push('after-scripts') @endpush