@extends('shop.main') @section('header') @include('shop.components.header') @endsection @section('main')

Como deseja pagar?

Qual forma de pagamento você prefere?

PIX
Crédito
Boleto
@include('shop.components.confirm-order-pay')
@csrf @endsection @section('footer') @include('shop.components.footer') @endsection @push('css') @endpush @push('js') @endpush