@extends('site.layouts.master') @section('contents')

@lang('data.helpSection')

@csrf
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('brand')) {{ $errors->first('brand') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('coupon')) {{ $errors->first('coupon') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@endsection