@extends('admin.master') @section('main')

Add New Social Links

@if( session('messages') )

{{ session('messages') }}

@endif
@csrf
@if($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if($errors->has('map_link'))
{{ $errors->first('map_link') }}
@endif
@if($errors->has('fb_link'))
{{ $errors->first('fb_link') }}
@endif
@if($errors->has('instagram_link'))
{{ $errors->first('instagram_link') }}
@endif
@if($errors->has('youtube_link'))
{{ $errors->first('youtube_link') }}
@endif
@if($errors->has('whatsapp_link'))
{{ $errors->first('whatsapp_link') }}
@endif
@endsection