@extends('admin.layouts.master-edit') @section('breadcrumb-items') @endsection @section('form')
@csrf @method('PUT')

صور المركبة

@foreach ($vehicle->images as $image) @endforeach
@endsection