@extends('layouts.admin') @section('content')
{{ __('Add New Social Links') }} {{ __('Back') }}
{{ __('Social Links Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}
@endsection @section('scripts') @endsection