@extends('example.layouts.default.dashboard') @section('content') @php $json = Illuminate\Support\Facades\File::get(public_path('data/users.json')); $data = json_decode($json, true); @endphp
|
|
Name | Biography | Position | Country | Status | Actions |
|---|---|---|---|---|---|---|
|
|
{{ $user['name'] }}
{{ $user['email'] }}
|
biography | {{ $user['position'] }} | {{ $user['country'] }} |
@if($user['status'] == "Active")
@else
@endif
{{ $user['status'] }}
|