@extends('layouts.admin_master')
@section('content')
| Nama Pasien |
Email |
No BPJS |
Alamat |
No Telp |
Action |
@foreach($customers as $row)
|
{{ $row->name }} |
{{ $row->email }} |
{{ $row->company }} |
{{ $row->address }} |
{{ $row->phone }} |
Edit
Detail
Batal
|
@endforeach
@endsection
@section('script')
@endsection