@extends('layouts.app') @section('content')

Deals & Offers

@csrf @method('PUT')
Edit Offer
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('discount_upto')) {{ $errors->first('discount_upto') }} @endif
@if ($errors->has('min_amount')) {{ $errors->first('min_amount') }} @endif
@if ($errors->has('vaild_from')) {{ $errors->first('vaild_from') }} @endif
@if ($errors->has('vaild_to')) {{ $errors->first('vaild_to') }} @endif
@endsection