@extends('backend.layouts.app') @section('title', localize('social_link')) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('social_link') }}
@csrf
@if ($errors->has('fb'))
{{ $errors->first('fb') }}
@endif
@if ($errors->has('tw'))
{{ $errors->first('tw') }}
@endif
@if ($errors->has('linkd'))
{{ $errors->first('linkd') }}
@endif
@if ($errors->has('pin'))
{{ $errors->first('pin') }}
@endif
@if ($errors->has('vimo'))
{{ $errors->first('vimo') }}
@endif
@if ($errors->has('youtube'))
{{ $errors->first('youtube') }}
@endif
@if ($errors->has('flickr'))
{{ $errors->first('flickr') }}
@endif
@if ($errors->has('vk'))
{{ $errors->first('vk') }}
@endif
@if ($errors->has('vk'))
{{ $errors->first('vk') }}
@endif
@endsection