@extends('layouts.masterRun') @section('content')
IC list
IC list

@foreach($list as $key => $value) @endforeach
No IC name Aksi
{{ ++$key }} {{ $value->name_ic }}
@section('script') {{-- update js --}} {{-- delete js --}} @endsection @endsection