@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Digisol Apps")}}

{{__("All Apps")}}

@endsection @section("content") @include("includes.dialog")
@foreach($apps as $app)
url}}" alt="{{$app->getNameAttribute()}}">
{{$app->id}} - {{$app->getNameAttribute()}}

{{$app->Category->getNameAttribute()}}

{{ \Illuminate\Support\Str::limit($app->getDescriptionAttribute(), 50, '...') }}

@endforeach
@endsection @section("scripts") @endsection