@extends('layouts.admin.e-commerce.app') @section('title', 'Shop Details') @push('css') @endpush @section('content') System - Update Home System Update Application Update Setting - License @csrf @method('PUT') License Key(*) {{setting('license_ssh_key') ?? ''}} Setting - System Update PHP Info @php function isEnabled($func) { return is_callable($func) && false === stripos(ini_get('disable_functions'), $func); } @endphp @if (!isEnabled('shell_exec')) You have to enable your hosting shell_exec() before the update @endif @csrf Enter your password to update @endsection