@extends('layouts.admin.app')
@section('page-title')
{{ __('Social Media') }}
@endSection
@section('page-nav-title')
{{ __('Social Media') }}
{{ __('Create Social Media') }}
@endsection
@section('css-links')
@endsection
@section('content')
{{ __('Create Social Media') }}
@endsection
@section('scripts')
@endsection