@extends('admin.layout') @section('content')
{{ csrf_field() }}
Thêm mã giảm giá
@if($errors->has('code')) {{$errors->first('code')}} @endif
@if($errors->has('value')) {{$errors->first('value')}} @endif
@if($errors->has('use_time')) {{$errors->first('use_time')}} @endif
@foreach($services as $service)
@endforeach
@if($errors->has('start_date')) {{$errors->first('start_date')}} @endif
@if($errors->has('expire_date')) {{$errors->first('expire_date')}} @endif
@endsection @section('custom_script') @endsection