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

{{$recall->title}}

@php $types = ['saloon', 'hatchback', 'SUV'] @endphp
@endsection @section('scripts') @endsection