@extends('layouts.admin.e-commerce.app') @section('title', 'Shop Details') @push('css') @endpush @section('content')

System - Update

Application Update

Setting - License

@csrf @method('PUT')

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
@endsection