@extends('layout') @section('title', 'Menu Produk') @section('content')
@if($error = Session::get('error')) @endif

Checkout

@csrf @if($user->nomor_telepon == '' || $user->user->name == '') @endif
Kembali @if($user->nomor_telepon != '' && $user->user->name != '') @endif
@endsection