@extends('layouts.app') @section('title', 'Detail Supliyer') @section('content')
{{ $supliyer->kode_supliyer }}
{{ $supliyer->nama }}
{{ $supliyer->telepon ?? '-' }}
{{ $supliyer->email ?? '-' }}
{{ $supliyer->kontak ?? '-' }}
{{ $supliyer->alamat ?? '-' }}
{{ $supliyer->keterangan ?? '-' }}
{{ $supliyer->created_at->format('d F Y H:i:s') }}
{{ $supliyer->updated_at->format('d F Y H:i:s') }}