@extends('admin.layouts.master') @section('breadcrumb')

User Dashboard

@stop @section('content') @if (session('errorr'))
{{ session('errorr') }}
@endif
@foreach($users as $index => $user) @endforeach
@stop @section('last_scripts') @stop