@extends('layouts.app-admin') @section('content')

Form Edit Social Media

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@endsection