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

باقات الاشتراك

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

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