Sindbad~EG File Manager
@extends('layout.main')
@section('title','Detail Member')
@section('container')
<div class="container">
<div class="row">
<div class="col-6">
<h1 class="mt-3">Detail Member show</h1>
<div class="card">
<div class="card-body">
<h5 class="card-title">{{ $member->nama_customer }}</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
</div>
</div>
</div>
@endsection
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists