@extends('admin.layouts.app') @section('page_title', __('Edit Social Media')) @section('content')

@lang('Edit Social Media')

@csrf @method('put')
@error('name') {{ $message }} @enderror
@lang('Icon size should be 24 x 24 px') @error("icon") {{ $message }} @enderror
@endsection @push('js-lib') @endpush @push('script') @endpush