Manage Social Link
Manage Socials
@if(Session::has('success'))
{!! Form::close() !!}
Message : {!! Session::get('success') !!}
@endif
@if(count($errors) > 0)
Error:
@endif
{!! Form::model($social,['route'=>['social_update',$social->id],'method'=>'PUT']) !!}
-
@foreach($errors->all() as $error)
- {!! $error !!} @endforeach
Facebook :
Twitter :
Google Plus :
Linkedin :
Youtube :
{!! Form::submit('Update Links', ['class'=>'btn btn-primary btn-block btn-lg margin-top-20']) !!}