@extends('admin.layout.master') @section('title', 'باقات الاشتراك') @section('content')

{{$row->name}}

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

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('ad_numbers')) {{ $errors->first('ad_numbers') }} @endif
@if ($errors->has('cv_count')) {{ $errors->first('cv_count') }} @endif
@if ($errors->has('duration_months')) {{ $errors->first('duration_months') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('website_interview'))--}} {{-- {{ $errors->first('website_interview') }}--}} {{-- @endif--}} {{--
--}}
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@stop