@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.id') }} {{ __('app.name') }} {{ __('app.email') }} {{ __('app.role') }} {{ __('app.package') }} {{ __('app.status') }} {{ __('app.created') }} {{ __('app.actions') }}
@include('includes.datatables') @endsection