@extends('app')
@section('title','Dodaj kod rabatowy – Panel admina')
@push('styles')
@endpush
@section('content')
Dodaj nowy kod rabatowy
@if($errors->any())
Błędy walidacji:
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection