@extends('admin/layout') @section('title') {{ labels('admin_labels.update_store', 'Update Store') }} @endsection @section('content') @php $store_settings = $data->store_settings; use App\Services\MediaService; use App\Services\SettingService; @endphp
{{ labels('admin_labels.go_back', 'Go Back') }}