@extends('layouts.app') @section('title', 'تعديل خط إنتاج - '.config('app.name')) @section('content')

تعديل خط الإنتاج

تحديث بيانات خط الإنتاج

الرجوع لقائمة الخطوط
@csrf @method('PUT')
@error('code')
{{ $message }}
@enderror
@error('name_ar')
{{ $message }}
@enderror

إلغاء
@endsection @extends('layouts.app') @section('content')
تعديل خط إنتاج: {{ $line->name_ar }}
@csrf @method('PATCH')
إلغاء
@endsection