@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Link - Vis @endsection @section("path") Vis Link / @endsection @section("content")
CreateOpret Ektern Link
@foreach($links as $link) @endforeach
Title Link Update Delete
{{$link->name}} {{$link->link}} $link ]) }}">Update
$link ]) }}" class="w-100 nostyle"> @csrf @method("delete")
{{ $links->links() }} @endsection