@extends('layouts.admin') @section('title', 'Social Media Links') @section('content') @component('admin.dashboard.breadcumb') @endcomponent
Social Media Links
@csrf @method('put')
@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('google')) {{ $errors->first('google') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('linkedin')) {{ $errors->first('linkedin') }} @endif
@if ($errors->has('pinterest')) {{ $errors->first('pinterest') }} @endif
@endsection