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

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