@extends('layouts.main') @section('main-content')
@component('components.scratch_card_validation', [ 'validationRoute' => ($service) ? route('scratch_card.validate_phone', ['service' => $service]): route('scratch_card.validate_phone') ]) @endcomponent
@endsection