@extends('layouts.adminapp') @section('title') {{ __('lng.DifferentlyAbledTag') }} - {{ __('lng.Create') }} @endsection @section('active_health', 'active') @section('open_health', 'open') @section('active_gifferently_abled_tag', 'active') @section('content')

{{ __('lng.DifferentlyAbledTag') }}

{{ __('lng.CreateDifferentlyAbledTag') }}
@csrf
@error('title')
{{ $message }}
@enderror
@endsection