@extends('layouts.master') @section('title',__('Social Url Setting')) @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif
{{__('Social Url Setting')}}
{!! Form::open(['method' => 'POST', 'action' => 'SocialIconController@post', 'files' => true]) !!}
{!! Form::close() !!}
@endsection @section('script') @endsection