@extends('layouts/default') {{-- Page title --}} @section('title') Attempted Logins @parent @stop {{-- Page content --}} @section('content')
{{ trans('mail.username') }} {{ trans('admin/settings/general.login_attempt') }} {{ trans('admin/settings/general.login_user_agent') }} {{ trans('admin/settings/general.login_ip') }} {{ trans('admin/settings/general.login_success') }}
@stop @section('moar_scripts') @include ('partials.bootstrap-table') @stop