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

الباقات

إنشاء جديد

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @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 @section('scripts') @stop