@extends('layouts.horizontal-developer') @section('content')

Tambah Layanan

@csrf

Tambah Layanan Sosial Media

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection