@endsection
@section('css-links')
{{-- Add any CSS links here if required --}}
@endsection
@section('content')
@include('includes.dialog')
{{ __('Add Years') }}
@endsection
@section('scripts')
{{-- Include necessary scripts --}}
{{-- Add custom scripts --}}
{{-- Include any other scripts --}}
@include('admin.product.template')
@endsection