@extends('layouts.app') @section('content')
SMB Paths Add New Path
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @foreach ($paths as $path) @endforeach
Name Path Description Actions
{{ $path->name ?? 'N/A' }} {{ $path->path }} {{ $path->description ?? 'N/A' }} View Files Edit
@csrf @method('DELETE')
@endsection