@extends('layouts.member') @section('title', 'E - Sign') @section('breadcrumb', 'member.qr-code') @section('content')
@foreach ($signs as $item) @endforeach
No Date Subject Content Status E-Sign
{{ $loop->index + 1 }} {{ date('d-M-Y', strtotime(substr($item->date, 0, 10))) }} {{ $item->title }} {{ $item->content }}
status === 1 ? 'checked' : '' }} data-id="{{ $item->id }}">
{{-- Download --}}
@endsection @section('script') @endsection