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

Player Profile

User Image

Player Data

@if($formbuilders->isNotEmpty()) @foreach($formbuilders as $data) @php $formatedatadata = json_decode($data->formdata,true); @endphp @foreach($formatedatadata as $x=>$getnew) @endforeach @endforeach @else No data found @endif
{{$x}} {{$getnew}}
@endsection