@extends('admin.layouts.master') @section('page-title') تعديل بيانات عرض @endsection @push('main-offers-active') m-menu__item--active @endpush @section('content')

تعديل بيانات عرض

@csrf {{ method_field('PUT') }} @if ($errors->any()) @endif
@if ($errors->has('product_id')) {{ $errors->first('product_id') }} @endif
ريال سعودي
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('end_time')) {{ $errors->first('end_time') }} @endif
@stop @push('page_level_style') @endpush @push('page_level_script') @endpush