@extends('layouts.admin') @section('content')

Edit Data

@csrf @method('PUT')
@if($vehicle->image) @else
Tidak ada foto
@endif
@endsection