@extends('layouts.app') @section('content')

Contributors List

{{ csrf_field() }}
@foreach ($contributorslist as $contributordet) @foreach( $contributordet['book_details'] as $con_singledet) @if ($count==1) @else @endif @endforeach @endforeach
Contributor Name Email Stage name Phone Number Book More Detail
{{$contributordet["user_details"]["name"]}} {{$contributordet["user_details"]["email"]}} {{$contributordet["user_details"]["first_name"]}} {{$contributordet["user_details"]["phone_number"]}}{{$con_singledet['book_title']}} See More
{{$con_singledet['book_title']}}
{{ $contri->links() }}
@endsection @foreach ($contributorslist as $contributordet) @endforeach