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

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

إنشاء جديد

@csrf
@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 @section('scripts') @stop