@extends('admin.layout.master') @section('title','تعديل باقة '. $row->name) @section('content')

{{'تعديل باقة '. $row->name}}

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
{{--
--}} {{--
--}} {{--
--}} {{--

الصورة

--}} {{-- --}} {{--
--}} {{--
--}} {{-- @if ($errors->has('image'))--}} {{-- {{ $errors->first('image') }}--}} {{-- @endif--}} {{--
--}}
@stop