@extends('admin.layout.master') @section('title', 'اضافه باقة') @section('content')

اضافه باقة

إنشاء جديد

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

الصورة

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