@extends('header') @section('title', 'All Roles') @section('content')

Roles List

{{-- @include('backend.layouts.partials.messages') --}} {{-- --}} {{-- --}} @php $sn = 1; @endphp @foreach ($users as $user ) {{-- {{ $user }} --}} @foreach ($userDetails as $details ) @endforeach {{-- --}} @endforeach
S.N Project Name Users Name Start Date Status Project TypeDescriptionAction
{{ $sn++ }} {{$user['projectname']}} {{ $details['name'] }}{{$user['projectstartdate']}} {{$user['status']}} {{$user['projecttype']}}{{$user['Description']}}
@endsection