@extends('layouts.app', ['title' => __tr('Subscriptions')])
@section('content')
@include('users.partials.header', [
'title' => __tr('Subscriptions'),
'description' => '',
'class' => 'col-lg-7'
])
{{-- DATATABLE --}}
Fatal error: Uncaught Error: Call to undefined function __tr() in /home/wtconnects/public_html/backup2808/resources/views/subscription/list.blade.php:16
Stack trace:
#0 {main}
thrown in /home/wtconnects/public_html/backup2808/resources/views/subscription/list.blade.php on line 16
|