@extends('admin.layout.master') @section('title', 'باقات الاشتراك') @section('content')
باقات الاشتراك
إنشاء جديد
@csrf
الاسم
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
الوصف
{{old('description')}}
@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 @section('scripts') @stop