@extends('layouts.app') @section('content')
@include('components.alert_success') @include('components.alert_error')
@can('short_url_write') Nouvelle URL @endcan @can('short_url_write') Importer @endcan
@if($shortUrls->count())
{{ csrf_field() }} @if(config('app.trigger_is_enabled') && !config('app.short_url_is_fully_traceable')) @endif @foreach($shortUrls as $shortUrl) @if(config('app.trigger_is_enabled') && !config('app.short_url_is_fully_traceable')) @endif @endforeach
# URL courte URL longue Stats MB id campagneSuivi par destinataireActivé
{{ $shortUrl->id }} {{ $shortUrl->short_url_with_domain }} {{ $shortUrl->final_link }} @if(isset($shortUrl->partner)) {{ $shortUrl->partner->name }} @endif {{ $shortUrl->campaign_id }} @if($shortUrl->is_traceable_by_recipient) @else @endif @if($shortUrl->is_enabled) @else @endif @can('short_url_write') @endcan
{{ $shortUrls->links() }}
@else
@if(isset($search)) Aucune URL ne correspond à votre recherche. Tout voir. @else Vous n'avez pas encore d'URL courtes. Créer votre première URL @endif
@endif
@endsection @push('scripts') @endpush