@extends('admin.layout.app') @section('content')

Sosial Media

@if(session('status')) @endif

Formulir Sosial Media

@csrf
@if($errors->has('facebook')) {{$errors->first('facebook')}} @endif
@if($errors->has('twitter')) {{$errors->first('twitter')}} @endif
@if($errors->has('instagram')) {{$errors->first('instagram')}} @endif
@if($errors->has('youtube')) {{$errors->first('youtube')}} @endif
@if($errors->has('tiktok')) {{$errors->first('tiktok')}} @endif
@endsection