@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.forms-header-script') @endsection @section('content')

Participants List

@foreach (['danger', 'warning', 'success', 'info'] as $key) @if(Session::has($key))

{{ Session::get($key) }}

@endif @endforeach
Sl Name Images Designation Company Name Profession Status Action
01 Nahid Hassan Advisor Legenda soft Software Developer Pending
02 Nahid Hassan Advisor Legenda soft Software Developer Pending
@endsection @section('footer-script') @include('admin.layouts.form-elements-footer-script') @endsection