@extends('manage.layouts.app') @section('content')
{{method_field('PUT')}} @csrf

Add New File to {{$vehicle->title}}

@php $years = ['2021', '2020', '2019', '2018', '2017']; @endphp
@php $types = ['specs', 'brochure', 'accessory brochure']; @endphp
@foreach ($types as $type)
@if ($file->type == $type) @else @endif
@endforeach
@csrf
@endsection