@extends('admins.dashboard') @section('content')
All User Participated in {{ $conf->name }}
@include('users.table.all')
@endsection