@extends('admin.layout') @section('content')
{{ __('Social Links') }}
{{ __('Home') }}
{{ __('Social Links') }}
{{ __('Update Social Link') }}
{{ __('Back') }}
@csrf
{{ __('Social Icon ') }}
*
@if ($errors->has('icon'))
{{ $errors->first('icon') }}
@endif
{{ __('Social URL') }}
*
@if ($errors->has('url'))
{{ $errors->first('url') }}
@endif
{{ __('Update') }}
@endsection