@extends('layouts.cp') @section('title', 'Document Paths') @section('content')

Document Paths

Manage storage paths for all document types.

@foreach($paths as $path) @endforeach
Key Path Driver Description Actions
{{ $path->key }} {{ $path->value }} {{ $path->storage_driver }} {{ $path->description }}
{{-- Add Modal --}} {{-- Edit Modal --}} @endsection