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

List of Users

@foreach ($all as $key => $row) @endforeach
Serial Name Email Role Action
{{ $row->id }} {{ $row->name }} {{ $row->email }} {{ $row->role }} Edit Delete
@csrf {{-- Edit Delete --}}
Serial Name Email Role Action
@endsection