@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.purchase_code.templateTitle') }} @endsection @section('title') {{ trans('installer_messages.purchase_code.title') }} @endsection @section('container') @if (\Session::has('msg'))
@endif
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('purchase_code')) {{ $errors->first('purchase_code') }} @endif
@endsection