@extends('admin/layout') @section('title') {{ labels('admin_labels.system_policies', 'System Policies') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; @endphp
@csrf
{{ labels('admin_labels.privacy_policy', 'Privacy Policy') }}
@csrf
{{ labels('admin_labels.terms_and_conditions', 'Terms & Conditions') }}
@csrf
{{ labels('admin_labels.shipping_policy', 'Shipping Policy') }}
@csrf
{{ labels('admin_labels.return_and_refund_policy', 'Return and Refund Policy') }}
@endsection