@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.id') }} {{ __('app.user') }} {{ __('app.name') }} {{ __('app.description') }} {{ __('app.created') }}
@include('includes.datatables') @endsection