@extends('back.layouts.layout') @section('title','Update Social Media') @section('content-header') Update Social Media Dashboard Settings Update Social Media @endsection @section('content') @csrf @method('post') Facebook @if ($errors->has('facebook')){{ $errors->first('facebook') }}@endif Twitter @if ($errors->has('twitter')){{ $errors->first('twitter') }}@endif Linkedin * @if ($errors->has('linkedin')){{ $errors->first('linkedin') }}@endif Youtube @if ($errors->has('youtube')){{ $errors->first('youtube') }}@endif Instagram @if ($errors->has('instagram')){{ $errors->first('instagram') }}@endif Pinterest @if ($errors->has('pinterest')){{ $errors->first('pinterest') }}@endif Messenger @if ($errors->has('messenger')){{ $errors->first('messenger') }}@endif Whats App @if ($errors->has('whatsapp')){{ $errors->first('whatsapp') }}@endif @endsection