@extends('layouts.admin') @section('content')

{{ (!empty($socialtype->id)) ? 'Update Social Type' : 'Create Social Type' }}

@csrf
icon
Back
@endsection @section('script') @endsection