@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif

{{ __('Update Store Category') }}

{{-- Nav links --}} @include('user.pages.edit-store.include.nav-link', [ 'link' => 'policies', ])
{{-- Update --}}
@csrf

{{ __('Policies') }}

{{-- Store ID --}} {{-- Privacy Policy --}}
{{-- Textarea --}}
{{-- Terms and Conditions --}}
{{-- Textarea --}}
{{-- Return/Refund Policy --}}
{{-- Textarea --}}
{{-- Shipping Policy --}}
{{-- Textarea --}}
{{-- Cookie Policy --}} {{-- Contact Information / Customer Support Policy --}}
{{-- Textarea --}}
{{-- Footer --}} @include('user.includes.footer')
{{-- Custom JS --}} @push('custom-js') @endpush @endsection