@extends('admin.layout') @section('main')

{{ $title_description??'' }}

@if ($errors->has('code')) {{ $errors->first('code') }} @else {{ trans('Extensions\Total\Discount.admin.code_helper') }} @endif
@if ($errors->has('reward')) {{ $errors->first('reward') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('data')) {{ $errors->first('data') }} @endif
@if ($errors->has('limit')) {{ $errors->first('limit') }} @endif
@if ($errors->has('login')) {{ $errors->first('login') }} @endif
@if ($errors->has('expires_at')) {{ $errors->first('expires_at') }} @endif
@endsection @push('styles') {{-- switch --}} @endpush @push('scripts') {{-- switch --}} @endpush