@extends('common::layouts.master') @section('api') aria-expanded="true" @endsection @section('api-show') show @endsection @section('api_active') active @endsection @section('app-intro') active @endsection @section('content')
| # | {{ __('title') }} | {{ __('language') }} | {{ __('description') }} | {{ __('image') }} | @if(Sentinel::getUser()->hasAccess(['api_write']) || Sentinel::getUser()->hasAccess(['api_delete'])){{ __('options') }} | @endif
|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $app_intro->title }} | {{ $app_intro->language }} | {{ $app_intro->description }} |
@if(isFileExist(@$app_intro, $result = @$app_intro->image))
@endif
|
@if(Sentinel::getUser()->hasAccess(['api_write']) || Sentinel::getUser()->hasAccess(['api_delete']))
|
@endif