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