@extends('layouts.master')
@section('title') @lang('translation.apps') @endsection
@section('css')
@endsection
@section('content')
Name |
Description |
|
@foreach($apps as $app)
|
{{ Str::limit($app->app_description, 100, '..') }} |
View
Edit
Delete
|
@endforeach
@endsection
@section('script')
@endsection