@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
@if(!empty($custom_field_names)) @foreach($custom_field_names as $name) @endforeach @endif
{{ __('app.id') }} {{ __('app.email') }} {{ __('app.list') }}{{ $name }}{{ __('app.active') }} {{ __('app.unsub') }} {{ __('app.confirmed') }} {{ __('app.verified') }} {{ __('app.created') }} {{ __('app.actions') }}
@include('includes.datatables') @endsection