@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")}}

@csrf
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @error("type")--}} {{--
{{$message}}
--}} {{-- @enderror--}} {{--
--}}
@error("url")
{{$message}}
@enderror
@error("social_media_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection