@extends('layouts.default') @section('content')

Social Icon Management

Add Social Icon
@include('layouts.flash')
{!! Form::open(array('socialIcon' => 'form', 'url' => 'socialIcon', 'files'=> true, 'class' => 'form-horizontal')) !!} @include('socialIcon.form')
{!! Form::close() !!}
@stop