@extends('common::layouts.master') @section('gallery-aria-expanded') aria-expanded="true" @endsection @section('gallery-show') show @endsection @section('gallery') 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'=>'add-album-image','method' => 'post','enctype'='multipart/form-data']) !!}--}}
@csrf

{{ __('update_app_intro') }}

@if(Sentinel::getUser()->hasAccess(['album_read'])) @endif
@if(isFileExist(@$appIntro, $result = @$appIntro->image)) image @else image @endif
{{-- {!! Form::close() !!}--}}
@section('script') @endsection @endsection