@extends('admin.layout.layout') @section('title', 'Data User') @section('title-bar', 'Data User') @section('content')

Data User

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    {{-- --}} @foreach ($user as $data ) {{-- --}} @endforeach
    NoImageName Email Action
    {{ $loop->iteration }}{{ $data->name }} {{ $data->email }}
    @endsection @section('script') @if(Session::get('store')) @endif @if(Session::get('update')) @endif @if(Session::get('destroy')) @endif @endsection