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

الباقات

إنشاء جديد

@csrf
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('single_price')) {{ $errors->first('single_price') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop @section('scripts') @stop