<< Back
Available link types
@if(Session::has('status'))
{{ Session::get('status') }}
@endif @foreach ($links as $link)
{{$link['name']}}
@endforeach