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

{{ __('Tire Sizes') }}

{{ __('Available Years') }}

@endsection @section('content') @include('includes.dialog')
@foreach ($years as $key => $year) @endforeach
{{ __('ID') }} {{ __('Year Available') }} {{ __('Discount') }} {{ __('Control') }}
{{ ++$key }} {{ $year->year_available }} {{ $year->discount . '%' }}
@endsection @section('scripts') @endsection