@include('header') @include('header_nav')
@include('sidebar')

Add New Template


Upload your PDF to create reusable signing templates.

@if ($errors->has('file'))

{{ $errors->first('file') }}

@endif
@csrf
  • Uncategorized
      @foreach($tree as $category) @include('tree_node', ['category' => $category]) @endforeach
@include('footer')