@extends('layouts.app') @section('page-pretitle', __('Management')) @section('page-title', __('License & Renewal')) @section('content')

{{ __('Timeline of License & Renewal') }}

{{-- Search Filter --}}

{{ __('Search Filter') }}

@if ($notes->isEmpty())
There is no license & renewal available.
@else @foreach ($notes as $monthYear => $group)

{{ $monthYear }}

@endforeach @endif
@endsection