@extends('admin.layout.master') @section('content')

Meta Title Desc

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@foreach ($linkdesctitle as $u) @endforeach
No. Link Title Updated Date Action
{{ $loop->index+1}} {{ $u->link }} {{ $u->title }} {{ date('n/d/Y g:i A',strtotime($u->updated_at)) }}
@endsection