@extends('admin.layout.master') @section('title', 'الباقات الخاصه بالمرحلة الدراسية') @section('content')

الباقات الخاصه بالمرحلة الدراسية

إنشاء جديد

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