@extends('layouts.app') @section('css') @endsection @section('content') {{--
| # | {{ __('Name') }} | {{ __('Date Of Creation') }} | {{ __('Actions') }} | {{ __('Status') }} |
|---|---|---|---|---|
| {{ $counter }} | {{ $link->name ?? "-" }} | {{ $link->created_at->diffForHumans() }} | @if ($link->closed == 0) @endif |
@if ($link->closed == 0)
@if( $link->open == 0 )
{{__('Unread')}}
@else
Fatal error: Uncaught Error: Class "App\SharingLinkVisitor" not found in /home/cfostools/public_html/magic.reveroplanner.com/resources/views/admin/sharing.blade.php:90 Stack trace: #0 {main} thrown in /home/cfostools/public_html/magic.reveroplanner.com/resources/views/admin/sharing.blade.php on line 90 |