@extends('admin.layout.master')
@section('title', 'تعديل الموديل')
@section('content')
# |
الفئة |
من سنة |
الى سنة |
التحكم |
@foreach($years as $year)
{{$i}} |
{{$year->vehicle_class->name['ar']}} |
{{$year->year}} |
{{$year->year_to}} |
|
@endforeach
@stop
@section('scripts')
@stop