@extends("layouts.admin.app") @section("page-title") {{__("create-service")}} @endSection @section("page-nav-title")
{{__("create-conditions")}}
{{__("conditions")}}
{{__("create")}}
@endsection @section("content")
{{__("create-conditions")}}
@csrf
{{__("Conditions En")}}
@error("conditions_en")
{{$message}}
@enderror
{{__("Conditions Ar")}}
@error("conditions_ar")
{{$message}}
@enderror
@endsection