@extends('component.app') @section('title', 'Data Transaksi') @section('active3', 'active') @section('content')
Tanggal: {{ \Carbon\Carbon::parse($transaksi->tgl_transaksi)->format('d M Y') }}
Pelanggan: {{ $transaksi->pelanggan->nama }}
This is the profile section. You can put information about a user or something else here.
This is the contact section. You can display contact information or a form here.