@extends('admin.layouts.main') @section('title', 'User') @section('content')

Data User

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @php $no = 1; @endphp @foreach($user as $data) @endforeach
    No Image Email Name Action
    {{ $no++ }} user {{ $data->email }} {{ $data->name }} {{-- --}}
    @endsection @section('script') @if(Session::get('store')) @endif @if(Session::get('update')) @endif @if(Session::get('destroy')) @endif @if(Session::get('gagal')) @endif @endsection