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

Roles List

{{-- @include('backend.layouts.partials.messages') --}} {{-- --}} @php $sn = 1; @endphp @foreach ($usersWorks as $user ) {{-- {{ $user }} --}} @foreach ($userDetails as $details ) @endforeach @endforeach
S.N Project Name Users Name Start Date End Date Role DescriptionAction
{{ $sn++ }} -- {{ $details['name'] }}{{$user['startdate']}} {{$user['enddate']}} {{$user['role']}} {{$user['Description']}}
@endsection