@extends('layouts.app') @section('title', 'Detail Supliyer') @section('content')

Detail Supliyer

Kembali Edit
Informasi Supliyer

{{ $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') }}

@endsection