@extends('layouts.admin') @section('content')

{{__('Features')}}

{{__('Simple Menu')}}

{{__('You can manage all links, such as deleting and more.')}}

{{__('All Links')}}

@foreach ($links as $link) @endforeach
# {{__('Icon')}} {{__('Title')}} {{__('Url')}} {{__('Postion')}} {{__('Created At')}} {{__('Action')}}
{{$link->id}} {!! $link->icon !!} {{$link->title}} Show {{$link->postion == 0 ? "Header" : "Footer"}} {{ToDate($link->created_at)}}
@endsection @if ($errors->any()) @push('scripts') @endpush @endif @push('styles') @endpush @push('libraies') @endpush @push('scripts') @endpush