@extends('admin.layout') @section('content')
@csrf
{{ __('Update Settings') }}
@error('shop_status')

{{ $message }}

@enderror
@endsection