@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Apps")}}
{{$app->Category->getNameAttribute()}}
{{ \Illuminate\Support\Str::limit($app->getDescriptionAttribute(), 50, '...') }}