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