@extends('layouts.app') @section('title', 'Ecommerce Settings') @section('custom-css') @endsection @section('content')
@csrf
{{ __('pages.Enter your keywords separate by (,)') }}
@if(setting('logo')) @endif
@if(setting('favicon')) @endif
{{ __('pages.Cash on delivery') }}
{{ __('pages.Paypal Credential') }}
{{ __('pages.Sslcommerz Credential') }}
{{ __('pages.Stripe Credential') }}

{{ __('pages.Normal Delivery') }}

{{ __('pages.Express Delivery') }}

@endsection @section('custom-js') @endsection