@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')
@if(session('error'))
{{session('error')}}
@endif @if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- {!! Form::open(['route' => 'update-settings', 'method' => 'post', 'enctype' => 'multipart/form-data', 'id' => 'update-settings']) !!} --}}

{{__('app_intro')}}

@if(Sentinel::getUser()->hasAccess(['api_write']) || Sentinel::getUser()->hasAccess(['api_delete'])) @endif @foreach ($app_intros as $key => $app_intro) @if(Sentinel::getUser()->hasAccess(['api_write']) || Sentinel::getUser()->hasAccess(['api_delete'])) @endif @endforeach
# {{ __('title') }} {{ __('language') }} {{ __('description') }} {{ __('image') }}{{ __('options') }}
{{ $key+1 }} {{ $app_intro->title }} {{ $app_intro->language }} {{ $app_intro->description }}
@if(isFileExist(@$app_intro, $result = @$app_intro->image)) image @else image @endif

{{ __('showing')}} {{ $app_intros->firstItem()}} {{ __('to') }} {{ $app_intros->lastItem()}} of {{ $app_intros->total()}} {{ __('entries') }}

@endsection