@extends('layouts.master') @section('title') @lang('translation.apps') @endsection @section('css') @endsection @section('content')

Apps

@foreach($apps as $app) @endforeach
Name Description
{{ $app->app_name }}
{{ Str::limit($app->app_description, 100, '..') }} View Edit Delete
@endsection @section('script') @endsection