@extends('layouts.contentLayoutMaster')
@section('title', 'Certificados')
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('content')
@php
use Illuminate\Support\Facades\Storage;
$path = storage_path('app/public/certificates/signatures');
// $path = storage_path('certificates/signatures/');
@endphp
@endsection
@section('vendor-script')
@endsection
@section('page-script')
@endsection