@extends('welcom3') @section('content')

Manage Permissions @can('PERMISSIONS-ADD')@endcan

@foreach($ff as $link) @endforeach
Name Created Action
{{$link->name}} {{$link->created_at}} @can('PERMISSIONS-EDIT')@endcan @can('PERMISSIONS-DELETE')@endcan
@endsection