@extends('layouts.site') @section('title', 'سياسة الخصوصية | XRD LAB') @push('styles') @endpush @section('content')
@include('partials.breadcrumbs', [ 'items' => [ ['label' => 'الرئيسية', 'url' => route('home')], ['label' => 'سياسة الخصوصية'], ], ])
@endsection