@extends('layouts.admin') @section('title', 'General Settings') @section('page-title', 'General Settings') @section('breadcrumbs') Settings chevron_right General @endsection @section('content')
| # | SIGNATURE NAME | SIGNATURE | STATUS | DEFAULT | ACTIONS |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $signature->name ?? 'Signature Name' }} |
@if($sigIsStoredFile)
|
|
||
|
ink_pen
No signatures found |
|||||
@if($signatures && $signatures->count() > 0) Showing {{ ($signatures->currentPage() - 1) * $signatures->perPage() + 1 }} to {{ min($signatures->currentPage() * $signatures->perPage(), $signatures->total()) }} of {{ $signatures->total() }} entries @else Showing 0 to 0 of 0 entries @endif
Are you sure you want to delete ? This action cannot be undone.