@extends('site_builder.layouts.app') @section('title', 'Información de Facturación') @section('content')

Fatura Bilgileri

Ödeme sağlayıcımız (PayTR) fatura bilgilerini zorunlu tutuyor.

@csrf
@error('billing_name')

{{ $message }}

@enderror
@error('billing_address')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('billing_tax_no')

{{ $message }}

@enderror
@endsection