@extends('back.layouts.layout') @section('title','Update Social Media') @section('content-header')

Update Social Media

@endsection @section('content')
@csrf @method('post')
@if ($errors->has('facebook')){{ $errors->first('facebook') }}@endif
@if ($errors->has('twitter')){{ $errors->first('twitter') }}@endif
@if ($errors->has('linkedin')){{ $errors->first('linkedin') }}@endif
@if ($errors->has('youtube')){{ $errors->first('youtube') }}@endif
@if ($errors->has('instagram')){{ $errors->first('instagram') }}@endif
@if ($errors->has('pinterest')){{ $errors->first('pinterest') }}@endif
@if ($errors->has('messenger')){{ $errors->first('messenger') }}@endif
@if ($errors->has('whatsapp')){{ $errors->first('whatsapp') }}@endif
@endsection