@extends('layouts.admin.app') @section('page-title') {{ __('Tire Sizes') }} @endSection @section('page-nav-title')

{{ __('Tire Sizes') }}

{{ __('Create Previous Years') }}

@endsection @section('css-links') {{-- Add any CSS links here if required --}} @endsection @section('content') @include('includes.dialog')

{{ __('Add Years') }}

@csrf
{{ __('Add Year') }} {{ __('Remove Year') }}
@endsection @section('scripts') {{-- Include necessary scripts --}} {{-- Add custom scripts --}} {{-- Include any other scripts --}} @include('admin.product.template') @endsection