@extends('backend.layouts.app') @section('content')
@csrf @if ($method == 'PUT') @method('put') @endif
@if ($social_medium->id != NULL)
@endif
@endsection