@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("specializations")}}
{{__("create-specialization")}}
{{__("Dashboard")}}
{{__("specializations")}}
{{__("Create")}}
@endsection @section("content")
{{__("create-new-specialization")}}
@csrf
{{__("en-name")}}
@error("name_en")
{{$message}}
@enderror
{{__("ar-name")}}
@error("name_ar")
{{$message}}
@enderror
{{__("en-description")}}
{{inputValue("description_en")}}
@error("description_en")
{{$message}}
@enderror
{{__("ar-description")}}
{{inputValue("description_ar")}}
@error("description_ar")
{{$message}}
@enderror
{{__("specialization-photo")}}
{{__("Upload Photo")}}
@error("image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection