@extends('layouts.layout') @section('title', 'Manage Social') @section('content')

Manage Social Link


Manage Socials
@if(Session::has('success')) @endif @if(count($errors) > 0) @endif {!! Form::model($social,['route'=>['social_update',$social->id],'method'=>'PUT']) !!}

Facebook :

Twitter :

Google Plus :

Linkedin :

Youtube :

{!! Form::submit('Update Links', ['class'=>'btn btn-primary btn-block btn-lg margin-top-20']) !!}
{!! Form::close() !!}
@endsection