@extends('front.layout.default_layout') @section('content')

Social Links

@if (count($errors) > 0)
×
    @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
@if(isset($user_id)) + Add Social Link @else + Add Social Link @endif
@php $i = 1 @endphp @foreach($socialLink_data as $data) @php $i++ @endphp @endforeach
S.No Link Name Url Action
{{$i}}. {{$data->link_name}} {{$data->url}} @if(isset($user_id)) @else @endif
@if(isset($user_id)) Back Next @endif @if(isset($user_id)) @else @endif
@stop