@extends('frontend.layouts.user_panel') @section('panel_content')

{{ translate('Shop Settings')}} ({{ translate('Visit Shop')}}))

{{-- Basic Info --}}
{{ translate('Basic Info') }}
@csrf
{{ translate('Browse')}}
{{ translate('Choose File') }}
@if (get_setting('shipping_type') == 'seller_wise_shipping')
@endif @if (get_setting('pickup_point') == 1)
@endif
{{-- Banner Settings --}}
{{ translate('Banner Settings') }}
@csrf
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{ translate('We had to limit height to maintian consistancy. In some device both side of the banner might be cropped for height limitation.') }}
{{-- Social Media Link --}}
{{ translate('Social Media Link') }}
@csrf
{{ translate('Insert link with https ') }}
{{ translate('Insert link with https ') }}
{{ translate('Insert link with https ') }}
{{ translate('Insert link with https ') }}
@endsection