@extends('entity.app') @section('title', __('student.edit_social')) @section('content')

@lang('student.edit_social') ({{ $social->name }})

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@lang('student.back')
@endsection