@extends('layouts.admin')
@section('content')
{{__('You can manage all links, such as deleting and more.')}}
{{__('Features')}}
{{__('Simple Menu')}}
{{__('All Links')}}
@foreach ($links as $link)
#
{{__('Icon')}}
{{__('Title')}}
{{__('Url')}}
{{__('Postion')}}
{{__('Created At')}}
{{__('Action')}}
@endforeach
{{$link->id}}
{!! $link->icon !!}
{{$link->title}}
Show
{{$link->postion == 0 ? "Header" : "Footer"}}
{{ToDate($link->created_at)}}