@extends('layouts.app') @section('title', 'Users List') @section('content') Users Dashboard Users Status All @foreach ($status as $key => $label) {{ ucfirst($label) }} @endforeach Add Profile Name Email Phone Number Status Create On Action @endsection @section('scripts') @endsection