@extends('layouts.stores_dashboard_layout') @section('title') {{trans('stores_dashboard.settings')}} @endsection @section('content')
{{trans('stores_dashboard.settings')}}

{{trans('stores_dashboard.setting_store')}}

@csrf
{{trans('stores_dashboard.store_info')}}
{{trans('stores_dashboard.logo')}}

{{trans('stores_dashboard.address')}}


{{trans('stores_dashboard.timings')}}
@if(count($timings)!=0) @foreach($timings as $timing)
@endforeach @else
@endif
@endsection @section('scripts') @endsection