@extends('layouts.admin') @section('title', $link->exists ? 'Edit Social Link' : 'New Social Link') @section('content')

{{ $link->exists ? 'Edit' : 'New' }} Social Link

@csrf @if($link->exists) @method('PUT') @endif
@endsection