@extends('layouts.app') @section('meta-title'){{ $page->seo_title }} @endsection @section('meta-keywords'){{ $page->seo_keywords }} @endsection @section('meta-description'){{ $page->seo_description }} @endsection @section('meta-image'){{ $page->getFirstMediaUrl('seo_image', 'thumbnail') }} @endsection @section('content') {{--Szükséges inputok:--}} {{--customer_tax_number--}} {{--customer_email (required)--}} {{--customer_phone (required)--}} {{--customer_billing_name (required)--}} {{--customer_billing_postal_code (required)--}} {{--customer_billing_city (required)--}} {{--customer_billing_address (required)--}} {{--customer_delivery_name (required)--}} {{--customer_delivery_postal_code (required)--}} {{--customer_delivery_city (required)--}} {{--customer_delivery_address (required)--}} {{--payment_type (ez lehet: "Bankkártya" vagy "Utánvét")--}}
@endsection