@extends('layouts.main') @section('container')

Developer Panel

{{csrf_field()}}


@foreach($dev_data as $data) @endforeach
Developer Name Phone Password Project Access
{{$data['name']}} {{$data['phone']}} {{base64_decode($data['depassword'])}} @php $project_name = json_decode($data['project'],true); @endphp @foreach($project_name as $project) {{$project}} @php echo "
"; @endphp @endforeach