@extends('layouts.app') @push('style') @endpush @section('head') @include('layouts.partials.headersection',['title'=>'Shop Settings']) @endsection @section('content')

{{ __('Settings') }}

@csrf
@php $shop_type=\App\Domain::where('user_id',Auth::id())->first(); $shop_type=$shop_type->shop_type ?? null; @endphp
@csrf

@csrf
Example: en-US
@csrf
@foreach($socials ?? [] as $key => $row) @endforeach
Url Icon Class (fontawesome)
@endsection @push('js') @endpush