@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.id') }} {{ __('app.email') }} {{ __('app.list') }} {{ __('app.active') }} {{ __('app.unsub') }} {{ __('app.confirmed') }} {{ __('app.verified') }} {{ __('app.created') }} {{ __('app.actions') }}
@include('includes.datatables') @endsection