@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.id') }} {{ __('app.name') }} {{ __('app.host') }} {{ __('app.method') }} {{ __('app.active') }} {{ __('app.validate') }} {{ __('app.created') }} {{ __('app.actions') }}
@include('includes.datatables') @endsection