@extends('user-layouts.user_template') @section('content')

Store Setting

Current Setting

{{ $store_array[0]->StoreName }}

@if($store_array[0]->Password != null)
Yes
@else

No Password

@endif
@endsection