@extends('layout.app') @section('title') {{ __('تعديل آلية العمل') }} @stop @section('content')

{{ __('تعديل آلية العمل') }}

@csrf @method('put')
@if ($mechanism->image)
Current Image
@endif
{{ __('إلغاء') }}
@endsection