@extends('layouts.adminapp') @section('title') {{__('lng.CharityEquipmentType')}} - {{__('lng.Create')}} @endsection @section('open_rent_asset', 'open') @section('active_rent_asset', 'active') @section('active_charity_equipment_type', 'active') @section('content')

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

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