@extends('admin::layouts.master') @section('htmltitle') Events @endsection @section('external_styles') @endsection @section('content')

Admin Users

@foreach ($users as $user) @endforeach
@stop @section('external_scripts') @endsection