@extends('front.layouts.master') @section('content')

{{ __('front.offer_query') }}

@if ($errors->has('code')) {{ $errors->first('code') }} @endif
{{-- @if (request()->has('code')) @if ($offer)
@else
{{ __('front.offer_not_found') }}
@endif @endif --}}
@endsection